15 references to IsLayoutValid
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
558
Invariant.Assert(this.
IsLayoutValid
);
585
Invariant.Assert(this.
IsLayoutValid
);
647
Invariant.Assert(this.
IsLayoutValid
);
726
Invariant.Assert(this.
IsLayoutValid
);
773
Invariant.Assert(this.
IsLayoutValid
);
812
Invariant.Assert(this.
IsLayoutValid
);
889
Invariant.Assert(this.
IsLayoutValid
);
937
Invariant.Assert(this.
IsLayoutValid
);
1027
return this.
IsLayoutValid
;
1046
if (!this.
IsLayoutValid
)
1052
if (!this.
IsLayoutValid
)
1071
if (!this.
IsLayoutValid
)
1081
return this.
IsLayoutValid
&& Contains(position);
1239
return this.
IsLayoutValid
;
2880
Invariant.Assert(this.
IsLayoutValid
);