1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TransformProviderWrapper.cs (1)
49_peer = peer;
6 references to _peer
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\TransformProviderWrapper.cs (6)
67ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Move ), new double [ ] { x, y } ); 72ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } ); 77ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Rotate ), degrees ); 84return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanMove ), null ); 92return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanResize ), null ); 100return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanRotate ), null );