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 ); 152return _iface.CanMove; 157return _iface.CanResize; 162return _iface.CanRotate;