Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
17 references to IsValid
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (15)
72if (!IsValid) 95if (!IsValid) 122if (!IsValid) 239if (!IsValid) 290if (!IsValid) 309if (!IsValid) 329if (!IsValid) 348if (!IsValid) 369if (!IsValid) 396if (!IsValid) 409return this.IsValid; 435if (!IsValid) 599if (!IsValid) 626Invariant.Assert(IsValid, "TextView is not updated."); 644Invariant.Assert(IsValid, "TextView is not updated.");
src\Framework\MS\Internal\LayoutDump.cs (1)
593if (tv.IsValid)
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
349if (tdv != null && tdv.IsValid)