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