7 references to WrapArgument
PresentationCore (7)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (3)
136
return TextRangeProviderWrapper.
WrapArgument
( _iface.RangeFromChild(childElement), _peer );
142
return TextRangeProviderWrapper.
WrapArgument
( _iface.RangeFromPoint(screenLocation), _peer );
147
return TextRangeProviderWrapper.
WrapArgument
( _iface.DocumentRange, _peer );
Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs (4)
206
outArray[i] =
WrapArgument
(argument[i], peer);
234
return TextRangeProviderWrapper.
WrapArgument
( _iface.Clone(), _peer );
266
return TextRangeProviderWrapper.
WrapArgument
( _iface.FindAttribute(attribute, val, backward), _peer );
275
return TextRangeProviderWrapper.
WrapArgument
( _iface.FindText(text, backward, ignoreCase), _peer );