Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
17 references to IsValid
PresentationFramework (17)
MS\Internal\Documents\TextDocumentView.cs (15)
63if (!IsValid) 86if (!IsValid) 113if (!IsValid) 230if (!IsValid) 281if (!IsValid) 300if (!IsValid) 320if (!IsValid) 339if (!IsValid) 360if (!IsValid) 387if (!IsValid) 400return this.IsValid; 426if (!IsValid) 590if (!IsValid) 617Invariant.Assert(IsValid, "TextView is not updated."); 635Invariant.Assert(IsValid, "TextView is not updated.");
MS\Internal\LayoutDump.cs (1)
587if (tv.IsValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
342if (tdv != null && tdv.IsValid)