15 references to IsLayoutValid
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
602
Invariant.Assert(this.
IsLayoutValid
);
629
Invariant.Assert(this.
IsLayoutValid
);
691
Invariant.Assert(this.
IsLayoutValid
);
770
Invariant.Assert(this.
IsLayoutValid
);
817
Invariant.Assert(this.
IsLayoutValid
);
856
Invariant.Assert(this.
IsLayoutValid
);
933
Invariant.Assert(this.
IsLayoutValid
);
981
Invariant.Assert(this.
IsLayoutValid
);
1071
return this.
IsLayoutValid
;
1090
if (!this.
IsLayoutValid
)
1096
if (!this.
IsLayoutValid
)
1115
if (!this.
IsLayoutValid
)
1125
return this.
IsLayoutValid
&& Contains(position);
1281
return this.
IsLayoutValid
;
2922
Invariant.Assert(this.
IsLayoutValid
);