1 write to IsExpanded
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
243snc.IsExpanded = expanded;
16 references to IsExpanded
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
798bool expanded = snc.IsExpanded; 805Debug.Assert(snc.IsExpanded); 813Debug.Assert(snc.IsExpanded); 994if (this.IsExpanded 1030if (IsExpanded == true) 1231return (this.IsExpanded && this.FlowDirection == FlowDirection.RightToLeft &&
System\Windows\Controls\StickyNote.cs (10)
168if (this.IsExpanded) 178if (!this.IsExpanded) 578if ( IsExpanded == true ) 1035bool currentExpanded = IsExpanded; 1078Invariant.Assert(IsExpanded == true, "Dragging occurred when the StickyNoteControl was not expanded."); 1111Invariant.Assert(IsExpanded != false); 1152Invariant.Assert(IsExpanded != false); 1216if (IsExpanded) 1254if (IsExpanded) 1325if (IsExpanded)