6 overrides of IsValid
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
489
internal override bool
IsValid
MS\Internal\Documents\MultiPageTextView.cs (1)
639
internal override bool
IsValid
MS\Internal\Documents\TextDocumentView.cs (1)
575
internal override bool
IsValid
MS\Internal\Documents\TextParagraphView.cs (1)
466
internal override bool
IsValid
System\Windows\Documents\DocumentSequenceTextView.cs (1)
512
internal override bool
IsValid
System\Windows\Documents\FixedTextView.cs (1)
694
internal override bool
IsValid
{ get { return true; } }
8 references to IsValid
PresentationFramework (8)
MS\Internal\Documents\TextViewBase.cs (8)
107
if (!
IsValid
)
178
if (!
IsValid
)
193
if (!
IsValid
)
211
if (!
IsValid
)
229
if (!
IsValid
)
249
return this.
IsValid
;
266
return (this.
IsValid
&& this.Contains(position));
650
get { return
IsValid
; }