1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
27
_iface
= iface;
19 references to _iface
PresentationCore (19)
MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
200
return ((TextRangeProviderWrapper)argument).
_iface
;
218
return TextRangeProviderWrapper.WrapArgument(
_iface
.Clone(), _peer );
224
return
_iface
.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) );
233
return
_iface
.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
240
_iface
.ExpandToEnclosingUnit(unit);
250
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindAttribute(attribute, val, backward), _peer );
259
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindText(text, backward, ignoreCase), _peer );
266
return
_iface
.GetAttributeValue(attribute);
272
return
_iface
.GetBoundingRectangles();
277
return
_iface
.GetEnclosingElement();
284
return
_iface
.GetText(maxLength);
292
return
_iface
.Move(unit, count);
301
return
_iface
.MoveEndpointByUnit(endpoint, unit, count);
310
_iface
.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
316
_iface
.Select();
322
_iface
.AddToSelection();
328
_iface
.RemoveFromSelection();
335
_iface
.ScrollIntoView(alignTop);
341
return
_iface
.GetChildren();