1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
28
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TextProviderWrapper.cs (6)
111
return TextRangeProviderWrapper.WrapArgument(
_iface
.GetSelection(), _peer );
116
return TextRangeProviderWrapper.WrapArgument(
_iface
.GetVisibleRanges(), _peer );
122
return TextRangeProviderWrapper.WrapArgument(
_iface
.RangeFromChild(childElement), _peer );
128
return TextRangeProviderWrapper.WrapArgument(
_iface
.RangeFromPoint(screenLocation), _peer );
133
return TextRangeProviderWrapper.WrapArgument(
_iface
.DocumentRange, _peer );
138
return
_iface
.SupportedTextSelection;