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) 229if (!IsValid) 280if (!IsValid) 299if (!IsValid) 319if (!IsValid) 338if (!IsValid) 359if (!IsValid) 386if (!IsValid) 399return this.IsValid; 425if (!IsValid) 589if (!IsValid) 616Invariant.Assert(IsValid, "TextView is not updated."); 634Invariant.Assert(IsValid, "TextView is not updated.");
MS\Internal\LayoutDump.cs (1)
589if (tv.IsValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
342if (tdv != null && tdv.IsValid)