1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
28_peer = peer;
11 references to _peer
PresentationCore (11)
MS\Internal\Automation\TextProviderWrapper.cs (11)
45return (ITextRangeProvider [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSelection), null); 50return (ITextRangeProvider[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetVisibleRanges), null); 60return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromChild), childElement); 65return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromPoint), screenLocation); 72return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetDocumentRange), null); 80return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null); 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 );