1 write to _textPeer
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
467
_textPeer
= textPeer;
7 references to _textPeer
PresentationFramework (7)
System\Windows\Controls\TextRangeAdaptor.cs (7)
1388
peer =
_textPeer
;
1405
if (
_textPeer
is TextAutomationPeer)
1407
provider = ((TextAutomationPeer)
_textPeer
).ProviderFromPeer(peer);
1411
provider = ((ContentTextAutomationPeer)
_textPeer
).ProviderFromPeer(peer);
1579
return new TextRangeAdaptor(_textAdaptor, _start, _end,
_textPeer
);
1734
resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd,
_textPeer
);
1775
range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End,
_textPeer
);