6 references to GetAutomationPeersFromRange
PresentationFramework (6)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
63
return TextContainerHelper.
GetAutomationPeersFromRange
(_childrenStart, _childrenEnd, textContainer.Start);
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
72
return TextContainerHelper.
GetAutomationPeersFromRange
(owner.TextContainer.Start, owner.TextContainer.End, null);
84
return TextContainerHelper.
GetAutomationPeersFromRange
(start, end, owner.TextContainer.Start);
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
37
peers = TextContainerHelper.
GetAutomationPeersFromRange
(owner.TextContainer.Start, owner.TextContainer.End, null);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
39
return TextContainerHelper.
GetAutomationPeersFromRange
(textElement.ContentStart, textElement.ContentEnd, null);
210
return TextContainerHelper.
GetAutomationPeersFromRange
(start, end, textElement.ContentStart);