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);
483
return new ITextRangeProvider[] { new TextRangeAdaptor(this, selection.Start, selection.End,
_textPeer
) };
535
ranges[i] = new TextRangeAdaptor(this, visibleTextSegments[i].Start, visibleTextSegments[i].End,
_textPeer
);
543
ranges = new ITextRangeProvider[] { new TextRangeAdaptor(this, _textContainer.Start, _textContainer.Start,
_textPeer
) };
564
if (
_textPeer
is TextAutomationPeer)
566
childElement = ((TextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
570
childElement = ((ContentTextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
630
range = new TextRangeAdaptor(this, rangeStart, rangeEnd,
_textPeer
);
659
range = new TextRangeAdaptor(this, position, position,
_textPeer
);
677
return new TextRangeAdaptor(this, _textContainer.Start, _textContainer.End,
_textPeer
);