4 references to s_assignUniqueID
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
96
private static readonly int s_renameEventHooked = BitVector32.CreateMask(
s_assignUniqueID
);
191
_axState[
s_assignUniqueID
] = !GetType().GUID.Equals(s_comctlImageCombo_Clsid);
1265
WindowAssignHandle(handle, _axState[
s_assignUniqueID
]);
3240
WindowAssignHandle(hwnd, _axState[
s_assignUniqueID
]);