1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
50
_peer
= peer;
3 references to _peer
PresentationCore (3)
Core\CSharp\MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (3)
67
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Expand ), null );
72
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Collapse ), null );
79
return (ExpandCollapseState) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetExpandCollapseState ), null );