Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
17 references to IsValid
PresentationFramework (17)
MS\Internal\Documents\TextDocumentView.cs (15)
65if (!IsValid) 88if (!IsValid) 115if (!IsValid) 232if (!IsValid) 283if (!IsValid) 302if (!IsValid) 322if (!IsValid) 341if (!IsValid) 362if (!IsValid) 389if (!IsValid) 402return this.IsValid; 428if (!IsValid) 592if (!IsValid) 619Invariant.Assert(IsValid, "TextView is not updated."); 637Invariant.Assert(IsValid, "TextView is not updated.");
MS\Internal\LayoutDump.cs (1)
590if (tv.IsValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
348if (tdv != null && tdv.IsValid)