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