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)
157if (this.IsExpanded) 167if (!this.IsExpanded) 561if ( IsExpanded == true ) 1013bool currentExpanded = IsExpanded; 1056Invariant.Assert(IsExpanded == true, "Dragging occurred when the StickyNoteControl was not expanded."); 1089Invariant.Assert(IsExpanded != false); 1130Invariant.Assert(IsExpanded != false); 1194if (IsExpanded) 1232if (IsExpanded) 1297if (IsExpanded)