1 write to IsExpanded
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
259snc.IsExpanded = expanded;
16 references to IsExpanded
PresentationFramework (16)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
815bool expanded = snc.IsExpanded; 822Debug.Assert(snc.IsExpanded); 830Debug.Assert(snc.IsExpanded); 1020if (this.IsExpanded 1056if (IsExpanded == true) 1256return (this.IsExpanded && this.FlowDirection == FlowDirection.RightToLeft &&
src\Framework\System\Windows\Controls\StickyNote.cs (10)
194if (this.IsExpanded) 204if (!this.IsExpanded) 604if ( IsExpanded == true ) 1061bool currentExpanded = IsExpanded; 1104Invariant.Assert(IsExpanded == true, "Dragging occurred when the StickyNoteControl was not expanded."); 1137Invariant.Assert(IsExpanded != false); 1178Invariant.Assert(IsExpanded != false); 1242if (IsExpanded) 1280if (IsExpanded) 1351if (IsExpanded)