15 references to IsLayoutValid
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
551
Invariant.Assert(this.
IsLayoutValid
);
578
Invariant.Assert(this.
IsLayoutValid
);
640
Invariant.Assert(this.
IsLayoutValid
);
719
Invariant.Assert(this.
IsLayoutValid
);
766
Invariant.Assert(this.
IsLayoutValid
);
805
Invariant.Assert(this.
IsLayoutValid
);
882
Invariant.Assert(this.
IsLayoutValid
);
930
Invariant.Assert(this.
IsLayoutValid
);
1020
return this.
IsLayoutValid
;
1039
if (!this.
IsLayoutValid
)
1045
if (!this.
IsLayoutValid
)
1064
if (!this.
IsLayoutValid
)
1074
return this.
IsLayoutValid
&& Contains(position);
1232
return this.
IsLayoutValid
;
2861
Invariant.Assert(this.
IsLayoutValid
);