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