6 references to TextView
PresentationFramework (6)
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (2)
154_compositionAdorner = new CompositionAdorner(this.TextStore.TextView); 155_compositionAdorner.Initialize(this.TextStore.TextView);
System\Windows\Documents\TextStore.cs (4)
1064if (!this.TextView.IsValid) 1087TextSegment lineRange = this.TextView.GetLineRange(navigator); 2636view = this.TextView; 3020view = TextView;