1 write to className
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1485
this.
className
= className;
6 references to className
System.Windows.Forms (6)
winforms\Managed\System\WinForms\NativeWindow.cs (6)
1507
while (wc != null && (wc.
className
!= null ||
1512
!className.Equals(wc.
className
)) {
1581
string localClassName =
className
;
1598
bool ok = UnsafeNativeMethods.GetClassInfo(NativeMethods.NullHandleRef,
className
, wcls);
1610
localClassName =
className
;
1612
hashCode =
className
.GetHashCode();