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