1 write to _textPeer
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
49
_textPeer
= textPeer;
13 references to _textPeer
PresentationFramework (13)
System\Windows\Controls\TextAdaptor.cs (13)
312
ITextRangeProvider textRange = new TextRangeAdaptor(this, rangeStart, rangeEnd,
_textPeer
);
313
return TextRangeProviderWrapper.WrapArgument(textRange,
_textPeer
);
331
_textPeer
.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextChanged);
339
_textPeer
.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
502
return new ITextRangeProvider[] { new TextRangeAdaptor(this, selection.Start, selection.End,
_textPeer
) };
554
ranges[i] = new TextRangeAdaptor(this, visibleTextSegments[i].Start, visibleTextSegments[i].End,
_textPeer
);
562
ranges = new ITextRangeProvider[] { new TextRangeAdaptor(this, _textContainer.Start, _textContainer.Start,
_textPeer
) };
580
if (
_textPeer
is TextAutomationPeer)
582
childElement = ((TextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
586
childElement = ((ContentTextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
646
range = new TextRangeAdaptor(this, rangeStart, rangeEnd,
_textPeer
);
675
range = new TextRangeAdaptor(this, position, position,
_textPeer
);
693
return new TextRangeAdaptor(this, _textContainer.Start, _textContainer.End,
_textPeer
);