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)
61
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Move ), new double [ ] { x, y } );
66
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Resize ), new double [ ] { width, height } );
71
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Rotate ), degrees );
78
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanMove ), null );
86
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanResize ), null );
94
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetCanRotate ), null );