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)
59
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Clone), null);
69
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Compare), range);
80
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(CompareEndpoints), args);
86
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ExpandToEnclosingUnit), args);
92
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindAttribute), args);
98
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindText), args);
104
return ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetAttributeValue), args);
109
return (double [])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetBoundingRectangles), null);
114
return (IRawElementProviderSimple)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetEnclosingElement), null);
120
return (string)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetText), args);
126
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Move), args);
132
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByUnit), args);
143
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByRange), args);
148
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Select), null);
153
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(AddToSelection), null);
158
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RemoveFromSelection), null);
163
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ScrollIntoView), alignToTop);
168
return (IRawElementProviderSimple[])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetChildren), null);
234
return TextRangeProviderWrapper.WrapArgument( _iface.Clone(),
_peer
);
266
return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward),
_peer
);
275
return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase),
_peer
);