1 write to _textPeer
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
466
_textPeer
= textPeer;
7 references to _textPeer
PresentationFramework (7)
System\Windows\Controls\TextRangeAdaptor.cs (7)
1387
peer =
_textPeer
;
1404
if (
_textPeer
is TextAutomationPeer)
1406
provider = ((TextAutomationPeer)
_textPeer
).ProviderFromPeer(peer);
1410
provider = ((ContentTextAutomationPeer)
_textPeer
).ProviderFromPeer(peer);
1578
return new TextRangeAdaptor(_textAdaptor, _start, _end,
_textPeer
);
1733
resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd,
_textPeer
);
1774
range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End,
_textPeer
);