1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
28
_iface
= iface;
19 references to _iface
PresentationCore (19)
MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
201
return ((TextRangeProviderWrapper)argument).
_iface
;
219
return TextRangeProviderWrapper.WrapArgument(
_iface
.Clone(), _peer );
225
return
_iface
.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) );
234
return
_iface
.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
241
_iface
.ExpandToEnclosingUnit(unit);
251
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindAttribute(attribute, val, backward), _peer );
260
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindText(text, backward, ignoreCase), _peer );
267
return
_iface
.GetAttributeValue(attribute);
273
return
_iface
.GetBoundingRectangles();
278
return
_iface
.GetEnclosingElement();
285
return
_iface
.GetText(maxLength);
293
return
_iface
.Move(unit, count);
302
return
_iface
.MoveEndpointByUnit(endpoint, unit, count);
311
_iface
.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
317
_iface
.Select();
323
_iface
.AddToSelection();
329
_iface
.RemoveFromSelection();
336
_iface
.ScrollIntoView(alignTop);
342
return
_iface
.GetChildren();