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)
60
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Move ), new double [ ] { x, y } );
65
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } );
70
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Rotate ), degrees );
77
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanMove ), null );
85
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanResize ), null );
93
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanRotate ), null );