1 write to IsExpanded
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
253snc.IsExpanded = expanded;
16 references to IsExpanded
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
808bool expanded = snc.IsExpanded; 815Debug.Assert(snc.IsExpanded); 823Debug.Assert(snc.IsExpanded); 1004if (this.IsExpanded 1040if (IsExpanded == true) 1241return (this.IsExpanded && this.FlowDirection == FlowDirection.RightToLeft &&
System\Windows\Controls\StickyNote.cs (10)
184if (this.IsExpanded) 194if (!this.IsExpanded) 594if ( IsExpanded == true ) 1051bool currentExpanded = IsExpanded; 1094Invariant.Assert(IsExpanded == true, "Dragging occurred when the StickyNoteControl was not expanded."); 1127Invariant.Assert(IsExpanded != false); 1168Invariant.Assert(IsExpanded != false); 1232if (IsExpanded) 1270if (IsExpanded) 1341if (IsExpanded)