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