4 references to IsExpandedProperty
PresentationFramework (4)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
247
snc.ClearValue(StickyNoteControl.
IsExpandedProperty
);
System\Windows\Controls\StickyNote.cs (3)
250
get { return (bool) GetValue(
IsExpandedProperty
); }
251
set { SetValue(
IsExpandedProperty
, value); }
1014
SetCurrentValueInternal(
IsExpandedProperty
, BooleanBoxes.Box(!currentExpanded));