1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
38_peer = peer;
21 references to _peer
PresentationCore (21)
MS\Internal\Automation\TextRangeProviderWrapper.cs (21)
55return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Clone), null); 65return (bool)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Compare), range); 76return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(CompareEndpoints), args); 82ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ExpandToEnclosingUnit), args); 88return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindAttribute), args); 94return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindText), args); 100return ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetAttributeValue), args); 105return (double [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetBoundingRectangles), null); 110return (IRawElementProviderSimple)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetEnclosingElement), null); 116return (string)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetText), args); 122return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Move), args); 128return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByUnit), args); 139ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByRange), args); 144ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Select), null); 149ElementUtil.Invoke(_peer, new DispatcherOperationCallback(AddToSelection), null); 154ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RemoveFromSelection), null); 159ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ScrollIntoView), alignToTop); 164return (IRawElementProviderSimple[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetChildren), null); 230return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 262return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 271return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer );