1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
29_iface = iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TextProviderWrapper.cs (6)
112return TextRangeProviderWrapper.WrapArgument( _iface.GetSelection(), _peer ); 117return TextRangeProviderWrapper.WrapArgument( _iface.GetVisibleRanges(), _peer ); 123return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement), _peer ); 129return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer ); 134return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange, _peer ); 139return _iface.SupportedTextSelection;