1 write to _peer
PresentationCore (1)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
43
_peer
= peer;
5 references to _peer
PresentationCore (5)
MS\Internal\Automation\GridItemProviderWrapper.cs (5)
62
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRow ), null );
70
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumn ), null );
78
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRowSpan ), null );
86
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumnSpan ), null );
94
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetContainingGrid ), null );