1 write to _textPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
57_textPeer = textPeer;
11 references to _textPeer
PresentationFramework (11)
src\Framework\System\Windows\Controls\TextAdaptor.cs (11)
310_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextChanged); 318_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged); 483return new ITextRangeProvider[] { new TextRangeAdaptor(this, selection.Start, selection.End, _textPeer) }; 535ranges[i] = new TextRangeAdaptor(this, visibleTextSegments[i].Start, visibleTextSegments[i].End, _textPeer); 543ranges = new ITextRangeProvider[] { new TextRangeAdaptor(this, _textContainer.Start, _textContainer.Start, _textPeer) }; 564if (_textPeer is TextAutomationPeer) 566childElement = ((TextAutomationPeer)_textPeer).ElementFromProvider(childElementProvider); 570childElement = ((ContentTextAutomationPeer)_textPeer).ElementFromProvider(childElementProvider); 630range = new TextRangeAdaptor(this, rangeStart, rangeEnd, _textPeer); 659range = new TextRangeAdaptor(this, position, position, _textPeer); 677return new TextRangeAdaptor(this, _textContainer.Start, _textContainer.End, _textPeer);