1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
37_peer = peer;
11 references to _peer
PresentationCore (11)
MS\Internal\Automation\TextProviderWrapper.cs (11)
54return (ITextRangeProvider [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSelection), null); 59return (ITextRangeProvider[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetVisibleRanges), null); 69return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromChild), childElement); 74return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromPoint), screenLocation); 81return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetDocumentRange), null); 89return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null); 121return TextRangeProviderWrapper.WrapArgument( _iface.GetSelection(), _peer ); 126return TextRangeProviderWrapper.WrapArgument( _iface.GetVisibleRanges(), _peer ); 132return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement), _peer ); 138return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer ); 143return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange, _peer );