1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
39_iface = iface;
19 references to _iface
PresentationCore (19)
MS\Internal\Automation\TextRangeProviderWrapper.cs (19)
212return ((TextRangeProviderWrapper)argument)._iface; 230return TextRangeProviderWrapper.WrapArgument( _iface.Clone(), _peer ); 236return _iface.Compare( TextRangeProviderWrapper.UnwrapArgument( range ) ); 245return _iface.CompareEndpoints(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 252_iface.ExpandToEnclosingUnit(unit); 262return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer ); 271return TextRangeProviderWrapper.WrapArgument( _iface.FindText(text, backward, ignoreCase), _peer ); 278return _iface.GetAttributeValue(attribute); 284return _iface.GetBoundingRectangles(); 289return _iface.GetEnclosingElement(); 296return _iface.GetText(maxLength); 304return _iface.Move(unit, count); 313return _iface.MoveEndpointByUnit(endpoint, unit, count); 322_iface.MoveEndpointByRange(endpoint, TextRangeProviderWrapper.UnwrapArgument( targetRange ), targetEndpoint); 328_iface.Select(); 334_iface.AddToSelection(); 340_iface.RemoveFromSelection(); 347_iface.ScrollIntoView(alignTop); 353return _iface.GetChildren();