protected
override
void
ResetPooledElementProperties(
object
element)
{
if
(element
is
Path)
{
Path path = (Path)element;
path.Data =
null
;
path.Fill =
null
;
path.Dispatcher.BeginInvoke(()=>
ToolTipService.SetToolTip(path,
null
));
}
}
this
.radRichTextBox.HyperlinkToolTipFormatString =
string
.Empty;