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