6 overrides of IsValid
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
490
internal override bool
IsValid
MS\Internal\Documents\MultiPageTextView.cs (1)
640
internal override bool
IsValid
MS\Internal\Documents\TextDocumentView.cs (1)
576
internal override bool
IsValid
MS\Internal\Documents\TextParagraphView.cs (1)
467
internal override bool
IsValid
System\Windows\Documents\DocumentSequenceTextView.cs (1)
519
internal override bool
IsValid
System\Windows\Documents\FixedTextView.cs (1)
695
internal override bool
IsValid
{ get { return true; } }
8 references to IsValid
PresentationFramework (8)
MS\Internal\Documents\TextViewBase.cs (8)
108
if (!
IsValid
)
179
if (!
IsValid
)
194
if (!
IsValid
)
212
if (!
IsValid
)
230
if (!
IsValid
)
250
return this.
IsValid
;
267
return (this.
IsValid
&& this.Contains(position));
651
get { return
IsValid
; }