15 references to IsLayoutValid
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
557
Invariant.Assert(this.
IsLayoutValid
);
584
Invariant.Assert(this.
IsLayoutValid
);
646
Invariant.Assert(this.
IsLayoutValid
);
725
Invariant.Assert(this.
IsLayoutValid
);
772
Invariant.Assert(this.
IsLayoutValid
);
811
Invariant.Assert(this.
IsLayoutValid
);
888
Invariant.Assert(this.
IsLayoutValid
);
936
Invariant.Assert(this.
IsLayoutValid
);
1026
return this.
IsLayoutValid
;
1045
if (!this.
IsLayoutValid
)
1051
if (!this.
IsLayoutValid
)
1070
if (!this.
IsLayoutValid
)
1080
return this.
IsLayoutValid
&& Contains(position);
1238
return this.
IsLayoutValid
;
2879
Invariant.Assert(this.
IsLayoutValid
);