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