1 write to IsExpanded
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
242snc.IsExpanded = expanded;
16 references to IsExpanded
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
797bool expanded = snc.IsExpanded; 804Debug.Assert(snc.IsExpanded); 812Debug.Assert(snc.IsExpanded); 993if (this.IsExpanded 1029if (IsExpanded) 1230return (this.IsExpanded && this.FlowDirection == FlowDirection.RightToLeft &&
System\Windows\Controls\StickyNote.cs (10)
156if (this.IsExpanded) 166if (!this.IsExpanded) 560if (IsExpanded) 1012bool currentExpanded = IsExpanded; 1055Invariant.Assert(IsExpanded, "Dragging occurred when the StickyNoteControl was not expanded."); 1088Invariant.Assert(IsExpanded); 1129Invariant.Assert(IsExpanded); 1193if (IsExpanded) 1231if (IsExpanded) 1296if (IsExpanded)