Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
21 references to IsValid
PresentationFramework (21)
MS\Internal\Documents\DocumentGrid.cs (1)
2572
textView.
IsValid
&&
MS\Internal\Documents\DocumentPageTextView.cs (19)
98
if (!
IsValid
)
123
if (!
IsValid
)
145
if (!
IsValid
)
174
if (!
IsValid
)
210
if (!
IsValid
)
241
if (!
IsValid
)
258
if (!
IsValid
)
275
if (!
IsValid
)
292
if (!
IsValid
)
309
if (!
IsValid
)
326
if (!
IsValid
)
360
if (
IsValid
)
384
if (
IsValid
)
423
while (this.
IsValid
&& !Contains(position))
441
isValid = this.
IsValid
&& Contains(position);
528
if (!
IsValid
|| IsPageMissing)
571
Invariant.Assert(
IsValid
&& !IsPageMissing);
586
Invariant.Assert(
IsValid
&& !IsPageMissing);
601
Invariant.Assert(
IsValid
&& !IsPageMissing);
MS\Internal\Documents\MultiPageTextView.cs (1)
649
if (!_pageTextViews[i].
IsValid
)