1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
27_peer = peer;
21 references to _peer
PresentationCore (21)
MS\Internal\Automation\TextRangeProviderWrapper.cs (21)
44return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Clone), null); 54return (bool)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Compare), range); 65return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(CompareEndpoints), args); 71ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ExpandToEnclosingUnit), args); 77return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindAttribute), args); 83return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindText), args); 89return ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetAttributeValue), args); 94return (double [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetBoundingRectangles), null); 99return (IRawElementProviderSimple)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetEnclosingElement), null); 105return (string)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetText), args); 111return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Move), args); 117return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByUnit), args); 128ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByRange), args); 133ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Select), null); 138ElementUtil.Invoke(_peer, new DispatcherOperationCallback(AddToSelection), null); 143ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RemoveFromSelection), null); 148ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ScrollIntoView), alignToTop); 153return (IRawElementProviderSimple[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetChildren), null); 219return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 251return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 260return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer );