1 implementation of Unfreeze
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
559HRESULT IViewObject.Interface.Unfreeze(uint dwFreeze) => HRESULT.E_NOTIMPL;
2 references to Unfreeze
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
609=> ((IViewObject.Interface)this).Unfreeze(dwFreeze);
System.Windows.Forms.Primitives (1)
Windows.Win32.IViewObject.g.cs (1)
219 return __object.Unfreeze(dwFreeze);