7 references to WrapArgument
PresentationCore (7)
MS\Internal\Automation\TextProviderWrapper.cs (3)
123
return TextRangeProviderWrapper.
WrapArgument
( _iface.RangeFromChild(childElement), _peer );
129
return TextRangeProviderWrapper.
WrapArgument
( _iface.RangeFromPoint(screenLocation), _peer );
134
return TextRangeProviderWrapper.
WrapArgument
( _iface.DocumentRange, _peer );
MS\Internal\Automation\TextRangeProviderWrapper.cs (4)
191
outArray[i] =
WrapArgument
(argument[i], peer);
219
return TextRangeProviderWrapper.
WrapArgument
( _iface.Clone(), _peer );
251
return TextRangeProviderWrapper.
WrapArgument
( _iface.FindAttribute(attribute, val, backward), _peer );
260
return TextRangeProviderWrapper.
WrapArgument
( _iface.FindText(text, backward, ignoreCase), _peer );