1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
39
_iface
= iface;
19 references to _iface
PresentationCore (19)
MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
212
return ((TextRangeProviderWrapper)argument).
_iface
;
230
return TextRangeProviderWrapper.WrapArgument(
_iface
.Clone(), _peer );
236
return
_iface
.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) );
245
return
_iface
.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
252
_iface
.ExpandToEnclosingUnit(unit);
262
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindAttribute(attribute, val, backward), _peer );
271
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindText(text, backward, ignoreCase), _peer );
278
return
_iface
.GetAttributeValue(attribute);
284
return
_iface
.GetBoundingRectangles();
289
return
_iface
.GetEnclosingElement();
296
return
_iface
.GetText(maxLength);
304
return
_iface
.Move(unit, count);
313
return
_iface
.MoveEndpointByUnit(endpoint, unit, count);
322
_iface
.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
328
_iface
.Select();
334
_iface
.AddToSelection();
340
_iface
.RemoveFromSelection();
347
_iface
.ScrollIntoView(alignTop);
353
return
_iface
.GetChildren();