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)
43
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Clone), null);
53
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Compare), range);
64
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(CompareEndpoints), args);
70
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ExpandToEnclosingUnit), args);
76
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindAttribute), args);
82
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindText), args);
88
return ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetAttributeValue), args);
93
return (double [])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetBoundingRectangles), null);
98
return (IRawElementProviderSimple)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetEnclosingElement), null);
104
return (string)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetText), args);
110
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Move), args);
116
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByUnit), args);
127
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByRange), args);
132
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Select), null);
137
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(AddToSelection), null);
142
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RemoveFromSelection), null);
147
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ScrollIntoView), alignToTop);
152
return (IRawElementProviderSimple[])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetChildren), null);
218
return TextRangeProviderWrapper.WrapArgument( _iface.Clone(),
_peer
);
250
return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward),
_peer
);
259
return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase),
_peer
);