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