1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
47_peer = peer;
7 references to _peer
PresentationCore (7)
MS\Internal\Automation\TableItemProviderWrapper.cs (7)
66return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRow ), null ); 74return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumn ), null ); 82return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowSpan ), null ); 90return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnSpan ), null ); 98return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetContainingGrid ), null ); 104return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowHeaderItems ), null ); 109return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnHeaderItems ), null );