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