1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (1)
42
_iface
= iface;
6 references to _iface
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (6)
125
return TextRangeProviderWrapper.WrapArgument(
_iface
.GetSelection(), _peer );
130
return TextRangeProviderWrapper.WrapArgument(
_iface
.GetVisibleRanges(), _peer );
136
return TextRangeProviderWrapper.WrapArgument(
_iface
.RangeFromChild(childElement), _peer );
142
return TextRangeProviderWrapper.WrapArgument(
_iface
.RangeFromPoint(screenLocation), _peer );
147
return TextRangeProviderWrapper.WrapArgument(
_iface
.DocumentRange, _peer );
152
return
_iface
.SupportedTextSelection;