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)
216return ((TextRangeProviderWrapper)argument)._iface; 234return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 240return _iface.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) ); 249return _iface.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 256_iface.ExpandToEnclosingUnit(unit); 266return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 275return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer ); 282return _iface.GetAttributeValue(attribute); 288return _iface.GetBoundingRectangles(); 293return _iface.GetEnclosingElement(); 300return _iface.GetText(maxLength); 308return _iface.Move(unit, count); 317return _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); 357return _iface.GetChildren();