3 references to IsHyperlinkPressedProperty
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (3)
999
dp.SetValue(
IsHyperlinkPressedProperty
, true);
1028
if ((bool)dp.GetValue(
IsHyperlinkPressedProperty
))
1030
dp.SetValue(
IsHyperlinkPressedProperty
, false);