1 write to _windowProcDelegate
System.Windows.Forms (1)
System\Windows\Forms\WindowSubclassHandler.cs (1)
71
_windowProcDelegate
= NativeWndProc;
3 references to _windowProcDelegate
System.Windows.Forms (3)
System\Windows\Forms\WindowSubclassHandler.cs (3)
53
/// The function pointer created from <see cref="
_windowProcDelegate
"/>.
72
_windowProcDelegatePtr = (void*)Marshal.GetFunctionPointerForDelegate(
_windowProcDelegate
);
158
GC.KeepAlive(
_windowProcDelegate
);