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)
69
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRow ), null );
77
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumn ), null );
85
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRowSpan ), null );
93
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumnSpan ), null );
101
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetContainingGrid ), null );