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