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)
55
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Clone), null);
65
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Compare), range);
76
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(CompareEndpoints), args);
82
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ExpandToEnclosingUnit), args);
88
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindAttribute), args);
94
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindText), args);
100
return ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetAttributeValue), args);
105
return (double [])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetBoundingRectangles), null);
110
return (IRawElementProviderSimple)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetEnclosingElement), null);
116
return (string)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetText), args);
122
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Move), args);
128
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByUnit), args);
139
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByRange), args);
144
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Select), null);
149
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(AddToSelection), null);
154
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RemoveFromSelection), null);
159
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ScrollIntoView), alignToTop);
164
return (IRawElementProviderSimple[])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetChildren), null);
230
return TextRangeProviderWrapper.WrapArgument( _iface.Clone(),
_peer
);
262
return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward),
_peer
);
271
return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase),
_peer
);