1 write to _peer
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
43_peer = peer;
6 references to _peer
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
61ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Move ), new double [ ] { x, y } ); 66ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } ); 71ElementUtil.Invoke( _peer, new DispatcherOperationCallback( Rotate ), degrees ); 78return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanMove ), null ); 86return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanResize ), null ); 94return (bool) ElementUtil.Invoke( _peer, new DispatcherOperationCallback( GetCanRotate ), null );