Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
21 references to IsValid
PresentationFramework (21)
MS\Internal\Documents\DocumentGrid.cs (1)
2560
textView.
IsValid
&&
MS\Internal\Documents\DocumentPageTextView.cs (19)
92
if (!
IsValid
)
117
if (!
IsValid
)
139
if (!
IsValid
)
168
if (!
IsValid
)
204
if (!
IsValid
)
235
if (!
IsValid
)
252
if (!
IsValid
)
269
if (!
IsValid
)
286
if (!
IsValid
)
303
if (!
IsValid
)
320
if (!
IsValid
)
353
if (
IsValid
)
374
if (
IsValid
)
413
while (this.
IsValid
&& !Contains(position))
431
isValid = this.
IsValid
&& Contains(position);
518
if (!
IsValid
|| IsPageMissing)
561
Invariant.Assert(
IsValid
&& !IsPageMissing);
576
Invariant.Assert(
IsValid
&& !IsPageMissing);
591
Invariant.Assert(
IsValid
&& !IsPageMissing);
MS\Internal\Documents\MultiPageTextView.cs (1)
649
if (!_pageTextViews[i].
IsValid
)