15 references to IsLayoutValid
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
600
Invariant.Assert(this.
IsLayoutValid
);
627
Invariant.Assert(this.
IsLayoutValid
);
689
Invariant.Assert(this.
IsLayoutValid
);
768
Invariant.Assert(this.
IsLayoutValid
);
815
Invariant.Assert(this.
IsLayoutValid
);
854
Invariant.Assert(this.
IsLayoutValid
);
931
Invariant.Assert(this.
IsLayoutValid
);
979
Invariant.Assert(this.
IsLayoutValid
);
1069
return this.
IsLayoutValid
;
1088
if (!this.
IsLayoutValid
)
1094
if (!this.
IsLayoutValid
)
1113
if (!this.
IsLayoutValid
)
1123
return this.
IsLayoutValid
&& Contains(position);
1281
return this.
IsLayoutValid
;
2922
Invariant.Assert(this.
IsLayoutValid
);