7 references to WrapArgument
PresentationCore (7)
MS\Internal\Automation\TextProviderWrapper.cs (3)
132return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement), _peer ); 138return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer ); 143return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange, _peer );
MS\Internal\Automation\TextRangeProviderWrapper.cs (4)
202outArray[i] = WrapArgument(argument[i], peer); 230return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 262return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 271return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer );