1 write to _peer
PresentationCore (1)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
47
_peer
= peer;
5 references to _peer
PresentationCore (5)
MS\Internal\Automation\GridItemProviderWrapper.cs (5)
66
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRow ), null );
74
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumn ), null );
82
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRowSpan ), null );
90
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumnSpan ), null );
98
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetContainingGrid ), null );