1 implementation of Freeze
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
604HRESULT IViewObject2.Interface.Freeze(DVASPECT dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
3 references to Freeze
System.Windows.Forms.Primitives (3)
Windows.Win32.IViewObject2.g.cs (1)
143 return __object.Freeze(dwDrawAspect, lindex, pvAspect, pdwFreeze);
Windows.Win32.System_Ole_IViewObject2_Extensions.g.cs (2)
42 /// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.Freeze(winmdroot.System.Com.DVASPECT, int, void*, uint*)"/> 47 winmdroot.Foundation.HRESULT __result = @this.Freeze(dwDrawAspect, lindex, pvAspect, pdwFreezeLocal);