3 references to IsHyperlinkPressedProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Hyperlink.cs (3)
1073
dp.SetValue(
IsHyperlinkPressedProperty
, true);
1107
if ((bool)dp.GetValue(
IsHyperlinkPressedProperty
))
1109
dp.SetValue(
IsHyperlinkPressedProperty
, false);