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