3 references to IsHyperlinkPressedProperty
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (3)
998
dp.SetValue(
IsHyperlinkPressedProperty
, true);
1027
if ((bool)dp.GetValue(
IsHyperlinkPressedProperty
))
1029
dp.SetValue(
IsHyperlinkPressedProperty
, false);