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