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