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