1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TableItemProviderWrapper.cs (1)
50_peer = peer;
7 references to _peer
PresentationCore (7)
Core\CSharp\MS\Internal\Automation\TableItemProviderWrapper.cs (7)
69return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRow ), null ); 77return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumn ), null ); 85return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowSpan ), null ); 93return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnSpan ), null ); 101return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetContainingGrid ), null ); 107return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowHeaderItems ), null ); 112return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnHeaderItems ), null );