1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
43
_iface
= iface;
19 references to _iface
PresentationCore (19)
Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
216
return ((TextRangeProviderWrapper)argument).
_iface
;
234
return TextRangeProviderWrapper.WrapArgument(
_iface
.Clone(), _peer );
240
return
_iface
.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) );
249
return
_iface
.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
256
_iface
.ExpandToEnclosingUnit(unit);
266
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindAttribute(attribute, val, backward), _peer );
275
return TextRangeProviderWrapper.WrapArgument(
_iface
.FindText(text, backward, ignoreCase), _peer );
282
return
_iface
.GetAttributeValue(attribute);
288
return
_iface
.GetBoundingRectangles();
293
return
_iface
.GetEnclosingElement();
300
return
_iface
.GetText(maxLength);
308
return
_iface
.Move(unit, count);
317
return
_iface
.MoveEndpointByUnit(endpoint, unit, count);
326
_iface
.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint);
332
_iface
.Select();
338
_iface
.AddToSelection();
344
_iface
.RemoveFromSelection();
351
_iface
.ScrollIntoView(alignTop);
357
return
_iface
.GetChildren();