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