2 references to IsMouseOverAnchorProperty
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
734bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
342return (bool) GetValue(StickyNoteControl.IsMouseOverAnchorProperty);