3 references to IsActiveProperty
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
563
_DPHost.SetValue(StickyNoteControl.
IsActiveProperty
, false);
571
_DPHost.SetValue(StickyNoteControl.
IsActiveProperty
, true);
System\Windows\Controls\StickyNote.cs (1)
305
return (bool)GetValue(StickyNoteControl.
IsActiveProperty
);