1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
27_iface = iface;
19 references to _iface
PresentationCore (19)
MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
200return ((TextRangeProviderWrapper)argument)._iface; 218return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 224return _iface.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) ); 233return _iface.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 240_iface.ExpandToEnclosingUnit(unit); 250return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 259return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer ); 266return _iface.GetAttributeValue(attribute); 272return _iface.GetBoundingRectangles(); 277return _iface.GetEnclosingElement(); 284return _iface.GetText(maxLength); 292return _iface.Move(unit, count); 301return _iface.MoveEndpointByUnit(endpoint, unit, count); 310_iface.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 316_iface.Select(); 322_iface.AddToSelection(); 328_iface.RemoveFromSelection(); 335_iface.ScrollIntoView(alignTop); 341return _iface.GetChildren();