1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\GridItemProviderWrapper.cs (1)
50_peer = peer;
5 references to _peer
PresentationCore (5)
Core\CSharp\MS\Internal\Automation\GridItemProviderWrapper.cs (5)
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 );