Base:
property
IsValid
MS.Internal.Documents.TextViewBase.IsValid
17 references to IsValid
PresentationFramework (17)
MS\Internal\Documents\TextDocumentView.cs (15)
62
if (!
IsValid
)
85
if (!
IsValid
)
112
if (!
IsValid
)
228
if (!
IsValid
)
279
if (!
IsValid
)
298
if (!
IsValid
)
318
if (!
IsValid
)
337
if (!
IsValid
)
358
if (!
IsValid
)
385
if (!
IsValid
)
398
return this.
IsValid
;
424
if (!
IsValid
)
588
if (!
IsValid
)
615
Invariant.Assert(
IsValid
, "TextView is not updated.");
633
Invariant.Assert(
IsValid
, "TextView is not updated.");
MS\Internal\LayoutDump.cs (1)
588
if (tv.
IsValid
)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
341
if (tdv != null && tdv.
IsValid
)