1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
26_peer = peer;
21 references to _peer
PresentationCore (21)
MS\Internal\Automation\TextRangeProviderWrapper.cs (21)
43return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Clone), null); 53return (bool)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Compare), range); 64return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(CompareEndpoints), args); 70ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ExpandToEnclosingUnit), args); 76return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindAttribute), args); 82return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindText), args); 88return ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetAttributeValue), args); 93return (double [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetBoundingRectangles), null); 98return (IRawElementProviderSimple)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetEnclosingElement), null); 104return (string)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetText), args); 110return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Move), args); 116return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByUnit), args); 127ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByRange), args); 132ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Select), null); 137ElementUtil.Invoke(_peer, new DispatcherOperationCallback(AddToSelection), null); 142ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RemoveFromSelection), null); 147ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ScrollIntoView), alignToTop); 152return (IRawElementProviderSimple[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetChildren), null); 218return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 250return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 259return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer );