1 write to _textPeer
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
46
_textPeer
= textPeer;
13 references to _textPeer
PresentationFramework (13)
System\Windows\Controls\TextAdaptor.cs (13)
309
ITextRangeProvider textRange = new TextRangeAdaptor(this, rangeStart, rangeEnd,
_textPeer
);
310
return TextRangeProviderWrapper.WrapArgument(textRange,
_textPeer
);
328
_textPeer
.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextChanged);
336
_textPeer
.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
499
return new ITextRangeProvider[] { new TextRangeAdaptor(this, selection.Start, selection.End,
_textPeer
) };
551
ranges[i] = new TextRangeAdaptor(this, visibleTextSegments[i].Start, visibleTextSegments[i].End,
_textPeer
);
559
ranges = new ITextRangeProvider[] { new TextRangeAdaptor(this, _textContainer.Start, _textContainer.Start,
_textPeer
) };
577
if (
_textPeer
is TextAutomationPeer)
579
childElement = ((TextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
583
childElement = ((ContentTextAutomationPeer)
_textPeer
).ElementFromProvider(childElementProvider);
643
range = new TextRangeAdaptor(this, rangeStart, rangeEnd,
_textPeer
);
672
range = new TextRangeAdaptor(this, position, position,
_textPeer
);
690
return new TextRangeAdaptor(this, _textContainer.Start, _textContainer.End,
_textPeer
);