3 references to IsActiveProperty
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
581
_DPHost.SetValue(StickyNoteControl.
IsActiveProperty
, false);
589
_DPHost.SetValue(StickyNoteControl.
IsActiveProperty
, true);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
315
return (bool)GetValue(StickyNoteControl.
IsActiveProperty
);