1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
43_iface = iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
126_iface.Move( args[ 0 ], args[ 1 ] ); 133_iface.Resize( args[ 0 ], args[ 1 ] ); 139_iface.Rotate( (double)arg ); 145return _iface.CanMove; 150return _iface.CanResize; 155return _iface.CanRotate;