4 references to IsExpandedProperty
PresentationFramework (4)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
263
snc.ClearValue(StickyNoteControl.
IsExpandedProperty
);
src\Framework\System\Windows\Controls\StickyNote.cs (3)
293
get { return (bool) GetValue(
IsExpandedProperty
); }
294
set { SetValue(
IsExpandedProperty
, value); }
1062
SetCurrentValueInternal(
IsExpandedProperty
, BooleanBoxes.Box(!currentExpanded));