1 write to _peer
PresentationCore (1)
MS\Internal\Automation\GridProviderWrapper.cs (1)
43_peer = peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\GridProviderWrapper.cs (3)
60return (IRawElementProviderSimple) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetItem ), new int [ ] { row, column } ); 67return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetRowCount ), null ); 75return (int) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetColumnCount ), null );