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