1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextProviderWrapper.cs (1)
27_peer = peer;
11 references to _peer
PresentationCore (11)
MS\Internal\Automation\TextProviderWrapper.cs (11)
44return (ITextRangeProvider [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSelection), null); 49return (ITextRangeProvider[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetVisibleRanges), null); 59return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromChild), childElement); 64return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RangeFromPoint), screenLocation); 71return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetDocumentRange), null); 79return (SupportedTextSelection)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetSupportedTextSelection), null); 111return TextRangeProviderWrapper.WrapArgument( _iface.GetSelection(), _peer ); 116return TextRangeProviderWrapper.WrapArgument( _iface.GetVisibleRanges(), _peer ); 122return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromChild(childElement), _peer ); 128return TextRangeProviderWrapper.WrapArgument( _iface.RangeFromPoint(screenLocation), _peer ); 133return TextRangeProviderWrapper.WrapArgument( _iface.DocumentRange, _peer );