1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
47_iface = iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
130_iface.Move( args[ 0 ], args[ 1 ] ); 137_iface.Resize( args[ 0 ], args[ 1 ] ); 143_iface.Rotate( (double)arg ); 149return _iface.CanMove; 154return _iface.CanResize; 159return _iface.CanRotate;