24 references to CreateMask
PresentationFramework (1)
MS\Internal\Controls\ActiveXHelper.cs (1)
47
public static readonly int sinkAttached = BitVector32.
CreateMask
();
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
112
private static readonly int s_ASCII_ONLY = BitVector32.
CreateMask
();
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.cs (1)
68
private static readonly int s_ocxStateSet = BitVector32.
CreateMask
();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
109
private static readonly int s_viewAdviseOnlyOnce = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
15
private static readonly int s_combineCheck = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
63
private static readonly int s_imeEndingComposition = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
30
private static readonly int s_autoSize = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
20
private static readonly int s_stateSizingGrip = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
19
private static readonly int s_stateLastDoubleBuffer = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
38
private static readonly int s_stateLayered = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
30
private static readonly int s_stateShowImageMargin = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
17
private static readonly int s_optionsDottedBorder = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
121
private static readonly int s_stateAllowDrop = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
23
private static readonly int s_stateLocked = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
24
private static readonly int s_stateVisible = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\ToolStrips\ToolStripRendererSwitcher.cs (1)
12
private static readonly int s_stateUseDefaultRenderer = BitVector32.
CreateMask
();
System\Windows\Forms\Controls\WebBrowser\WebBrowserHelper.cs (1)
23
internal static readonly int s_sinkAttached = BitVector32.
CreateMask
();
System\Windows\Forms\Layout\ArrangedElement.cs (1)
18
private static readonly int s_stateVisible = BitVector32.
CreateMask
();
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
52
private static readonly int s_stateScalingNeededOnLayout = BitVector32.
CreateMask
();
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
22
private static readonly int s_stateValid = BitVector32.
CreateMask
();
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerHost.cs (1)
21
private static readonly int s_stateLoading = BitVector32.
CreateMask
();
System\ComponentModel\Design\SelectionService.cs (1)
24
private static readonly int s_stateTransaction = BitVector32.
CreateMask
(); // Designer is in a transaction
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (1)
20
private static readonly int s_stateLoaded = BitVector32.
CreateMask
(); // Have we loaded, or tried to load, the document?
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
31
private static readonly int s_stateCodeDomDirty = BitVector32.
CreateMask
(); // True if the code dom tree is dirty, meaning it must be integrated back with the code file.