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)
67
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Move ), new double [ ] { x, y } );
72
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } );
77
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Rotate ), degrees );
84
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanMove ), null );
92
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanResize ), null );
100
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanRotate ), null );