1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
42
_peer
= peer;
7 references to _peer
PresentationCore (7)
MS\Internal\Automation\TableItemProviderWrapper.cs (7)
61
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRow ), null );
69
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumn ), null );
77
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRowSpan ), null );
85
return (int) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumnSpan ), null );
93
return (IRawElementProviderSimple) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetContainingGrid ), null );
99
return (IRawElementProviderSimple []) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetRowHeaderItems ), null );
104
return (IRawElementProviderSimple []) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetColumnHeaderItems ), null );