21 references to CreateMask
PresentationFramework (1)
src\Framework\MS\Internal\Controls\ActiveXHelper.cs (1)
56public static readonly int sinkAttached = BitVector32.CreateMask();
System (2)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
122static int ASCII_ONLY = BitVector32.CreateMask();
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
69private static readonly int BitDefaultValueQueried = BitVector32.CreateMask();
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
26private static readonly int stateVisible = BitVector32.CreateMask();
winforms\Managed\System\WinForms\AxHost.cs (1)
147private static readonly int ocxStateSet = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
959private static readonly int combineCheck = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ContainerControl.cs (1)
48private static readonly int stateScalingNeededOnLayout = BitVector32.CreateMask(); // True if we need to perform scaling when layout resumes
winforms\Managed\System\WinForms\Control.cs (1)
16254private static readonly int viewAdviseOnlyOnce = BitVector32.CreateMask();
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1465private static readonly int stateValid = BitVector32.CreateMask();
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
76private static int IME_ENDING_COMPOSITION = BitVector32.CreateMask();
winforms\Managed\System\WinForms\StatusStrip.cs (1)
34private static readonly int stateSizingGrip = BitVector32.CreateMask();
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
51private static readonly int autoSize = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
30private static readonly int stateLastDoubleBuffer = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
72private static readonly int stateLayered = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
55private static readonly int stateShowImageMargin = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
23 private static readonly int optionsDottedBorder = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
153private static readonly int stateAllowDrop = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
61private static readonly int stateLocked = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
33private static readonly int stateVisible = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs (1)
19private static readonly int stateUseDefaultRenderer = BitVector32.CreateMask();
winforms\Managed\System\WinForms\WebBrowserHelper.cs (1)
74internal static readonly int sinkAttached = BitVector32.CreateMask();