2 references to IsMouseOverAnchorProperty
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
706
bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.
IsMouseOverAnchorProperty
);
System\Windows\Controls\StickyNote.cs (1)
316
return (bool) GetValue(StickyNoteControl.
IsMouseOverAnchorProperty
);