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