15 references to IsLayoutValid
PresentationFramework (15)
src\Framework\MS\Internal\Documents\TextBoxView.cs (15)
606
Invariant.Assert(this.
IsLayoutValid
);
633
Invariant.Assert(this.
IsLayoutValid
);
695
Invariant.Assert(this.
IsLayoutValid
);
774
Invariant.Assert(this.
IsLayoutValid
);
821
Invariant.Assert(this.
IsLayoutValid
);
860
Invariant.Assert(this.
IsLayoutValid
);
937
Invariant.Assert(this.
IsLayoutValid
);
985
Invariant.Assert(this.
IsLayoutValid
);
1075
return this.
IsLayoutValid
;
1094
if (!this.
IsLayoutValid
)
1100
if (!this.
IsLayoutValid
)
1119
if (!this.
IsLayoutValid
)
1129
return this.
IsLayoutValid
&& Contains(position);
1283
return this.
IsLayoutValid
;
2900
Invariant.Assert(this.
IsLayoutValid
);