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