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)
201return ((TextRangeProviderWrapper)argument)._iface; 219return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 225return _iface.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) ); 234return _iface.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 241_iface.ExpandToEnclosingUnit(unit); 251return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 260return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer ); 267return _iface.GetAttributeValue(attribute); 273return _iface.GetBoundingRectangles(); 278return _iface.GetEnclosingElement(); 285return _iface.GetText(maxLength); 293return _iface.Move(unit, count); 302return _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); 342return _iface.GetChildren();