Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
21 references to IsValid
PresentationFramework (21)
MS\Internal\Documents\DocumentGrid.cs (1)
2585
textView.
IsValid
&&
MS\Internal\Documents\DocumentPageTextView.cs (19)
99
if (!
IsValid
)
124
if (!
IsValid
)
146
if (!
IsValid
)
175
if (!
IsValid
)
211
if (!
IsValid
)
242
if (!
IsValid
)
259
if (!
IsValid
)
276
if (!
IsValid
)
293
if (!
IsValid
)
310
if (!
IsValid
)
327
if (!
IsValid
)
361
if (
IsValid
)
385
if (
IsValid
)
424
while (this.
IsValid
&& !Contains(position))
442
isValid = this.
IsValid
&& Contains(position);
529
if (!
IsValid
|| IsPageMissing)
572
Invariant.Assert(
IsValid
&& !IsPageMissing);
587
Invariant.Assert(
IsValid
&& !IsPageMissing);
602
Invariant.Assert(
IsValid
&& !IsPageMissing);
MS\Internal\Documents\MultiPageTextView.cs (1)
650
if (!_pageTextViews[i].
IsValid
)