3 references to IsHyperlinkPressedProperty
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (3)
1003
dp.SetValue(
IsHyperlinkPressedProperty
, true);
1032
if ((bool)dp.GetValue(
IsHyperlinkPressedProperty
))
1034
dp.SetValue(
IsHyperlinkPressedProperty
, false);