1 write to _originalWindowProc
System.Windows.Forms (1)
System\Windows\Forms\WindowSubclassHandler.cs (1)
97
_originalWindowProc
= (void*)PInvokeCore.SetWindowLong(
5 references to _originalWindowProc
System.Windows.Forms (5)
System\Windows\Forms\WindowSubclassHandler.cs (5)
102
if (
_originalWindowProc
is null)
107
Debug.Assert(
_originalWindowProc
!= _windowProcDelegatePtr);
206
(nint)
_originalWindowProc
) == 0)
226
if (
_originalWindowProc
is not null)
229
_originalWindowProc
,