1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
44_peer = peer;
6 references to _peer
PresentationCore (6)
MS\Internal\Automation\TableProviderWrapper.cs (6)
61return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetItem ), new int [ ] { row, column } ); 68return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowCount ), null ); 76return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnCount ), null ); 82return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowHeaders ), null ); 87return (IRawElementProviderSimple []) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnHeaders ), null ); 94return (RowOrColumnMajor) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowOrColumnMajor ), null );