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