1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TransformProviderWrapper.cs (1)
50
_iface
= iface;
6 references to _iface
PresentationCore (6)
Core\CSharp\MS\Internal\Automation\TransformProviderWrapper.cs (6)
133
_iface
.Move( args[ 0 ], args[ 1 ] );
140
_iface
.Resize( args[ 0 ], args[ 1 ] );
146
_iface
.Rotate( (double)arg );
152
return
_iface
.CanMove;
157
return
_iface
.CanResize;
162
return
_iface
.CanRotate;