Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
17 references to IsValid
PresentationFramework (17)
MS\Internal\Documents\TextDocumentView.cs (15)
63
if (!
IsValid
)
86
if (!
IsValid
)
113
if (!
IsValid
)
229
if (!
IsValid
)
280
if (!
IsValid
)
299
if (!
IsValid
)
319
if (!
IsValid
)
338
if (!
IsValid
)
359
if (!
IsValid
)
386
if (!
IsValid
)
399
return this.
IsValid
;
425
if (!
IsValid
)
589
if (!
IsValid
)
616
Invariant.Assert(
IsValid
, "TextView is not updated.");
634
Invariant.Assert(
IsValid
, "TextView is not updated.");
MS\Internal\LayoutDump.cs (1)
589
if (tv.
IsValid
)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
342
if (tdv != null && tdv.
IsValid
)