1 write to IsExpanded
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
242
snc.
IsExpanded
= expanded;
16 references to IsExpanded
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
797
bool expanded = snc.
IsExpanded
;
804
Debug.Assert(snc.
IsExpanded
);
812
Debug.Assert(snc.
IsExpanded
);
993
if (this.
IsExpanded
1029
if (
IsExpanded
)
1230
return (this.
IsExpanded
&& this.FlowDirection == FlowDirection.RightToLeft &&
System\Windows\Controls\StickyNote.cs (10)
156
if (this.
IsExpanded
)
166
if (!this.
IsExpanded
)
560
if (
IsExpanded
)
1012
bool currentExpanded =
IsExpanded
;
1055
Invariant.Assert(
IsExpanded
, "Dragging occurred when the StickyNoteControl was not expanded.");
1088
Invariant.Assert(
IsExpanded
);
1129
Invariant.Assert(
IsExpanded
);
1193
if (
IsExpanded
)
1231
if (
IsExpanded
)
1296
if (
IsExpanded
)