1 write to _peer
PresentationCore (1)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
47_peer = peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (3)
64ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Expand ), null ); 69ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Collapse ), null ); 76return (ExpandCollapseState) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetExpandCollapseState ), null );