1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (1)
41_peer = peer;
11 references to _peer
PresentationCore (11)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (11)
58return (ITextRangeProvider [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSelection), null); 63return (ITextRangeProvider[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetVisibleRanges), null); 73return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromChild), childElement); 78return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromPoint), screenLocation); 85return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetDocumentRange), null); 93return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null); 125return TextRangeProviderWrapper.WrapArgument( _iface.GetSelection(), _peer ); 130return TextRangeProviderWrapper.WrapArgument( _iface.GetVisibleRanges(), _peer ); 136return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement), _peer ); 142return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer ); 147return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange, _peer );