Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
21 references to IsValid
PresentationFramework (21)
MS\Internal\Documents\DocumentGrid.cs (1)
2587
textView.
IsValid
&&
MS\Internal\Documents\DocumentPageTextView.cs (19)
101
if (!
IsValid
)
126
if (!
IsValid
)
148
if (!
IsValid
)
177
if (!
IsValid
)
213
if (!
IsValid
)
244
if (!
IsValid
)
261
if (!
IsValid
)
278
if (!
IsValid
)
295
if (!
IsValid
)
312
if (!
IsValid
)
329
if (!
IsValid
)
363
if (
IsValid
)
387
if (
IsValid
)
426
while (this.
IsValid
&& !Contains(position))
444
isValid = this.
IsValid
&& Contains(position);
531
if (!
IsValid
|| IsPageMissing)
574
Invariant.Assert(
IsValid
&& !IsPageMissing);
589
Invariant.Assert(
IsValid
&& !IsPageMissing);
604
Invariant.Assert(
IsValid
&& !IsPageMissing);
MS\Internal\Documents\MultiPageTextView.cs (1)
652
if (!_pageTextViews[i].
IsValid
)