1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
27
_peer
= peer;
21 references to _peer
PresentationCore (21)
MS\Internal\Automation\TextRangeProviderWrapper.cs (21)
44
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Clone), null);
54
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Compare), range);
65
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(CompareEndpoints), args);
71
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ExpandToEnclosingUnit), args);
77
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindAttribute), args);
83
return (ITextRangeProvider)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(FindText), args);
89
return ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetAttributeValue), args);
94
return (double [])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetBoundingRectangles), null);
99
return (IRawElementProviderSimple)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetEnclosingElement), null);
105
return (string)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetText), args);
111
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Move), args);
117
return (int)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByUnit), args);
128
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(MoveEndpointByRange), args);
133
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(Select), null);
138
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(AddToSelection), null);
143
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(RemoveFromSelection), null);
148
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(ScrollIntoView), alignToTop);
153
return (IRawElementProviderSimple[])ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback(GetChildren), null);
219
return TextRangeProviderWrapper.WrapArgument( _iface.Clone(),
_peer
);
251
return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward),
_peer
);
260
return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase),
_peer
);