1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
42_peer = peer;
6 references to _peer
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
60ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Move ), new double [ ] { x, y } ); 65ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } ); 70ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Rotate ), degrees ); 77return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanMove ), null ); 85return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanResize ), null ); 93return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanRotate ), null );