1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
42_peer = peer;
21 references to _peer
PresentationCore (21)
Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs (21)
59return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Clone), null); 69return (bool)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Compare), range); 80return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(CompareEndpoints), args); 86ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ExpandToEnclosingUnit), args); 92return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindAttribute), args); 98return (ITextRangeProvider)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(FindText), args); 104return ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetAttributeValue), args); 109return (double [])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetBoundingRectangles), null); 114return (IRawElementProviderSimple)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetEnclosingElement), null); 120return (string)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetText), args); 126return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Move), args); 132return (int)ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByUnit), args); 143ElementUtil.Invoke(_peer, new DispatcherOperationCallback(MoveEndpointByRange), args); 148ElementUtil.Invoke(_peer, new DispatcherOperationCallback(Select), null); 153ElementUtil.Invoke(_peer, new DispatcherOperationCallback(AddToSelection), null); 158ElementUtil.Invoke(_peer, new DispatcherOperationCallback(RemoveFromSelection), null); 163ElementUtil.Invoke(_peer, new DispatcherOperationCallback(ScrollIntoView), alignToTop); 168return (IRawElementProviderSimple[])ElementUtil.Invoke(_peer, new DispatcherOperationCallback(GetChildren), null); 234return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 266return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 275return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer );