47 instantiations of BitVector32
PresentationFramework (6)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
2041private BitVector32 _cacheValid = new BitVector32(0); // Condense boolean bits
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
971private BitVector32 _bitFlags = new BitVector32(0);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2937private BitVector32 _cacheValid = new BitVector32(0); // Condense boolean bits
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2265private BitVector32 _cacheValid = new BitVector32((int)CacheBits.CanSelectMultiple);
src\Framework\System\Windows\Controls\TreeView.cs (1)
880private BitVector32 _bits = new BitVector32(0);
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1222private BitVector32 _axHostState = new BitVector32();
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
255this.flagState = new BitVector32();
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
81BitVector32 state = new BitVector32(); // Contains the state bits for this proeprty descriptor.
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
105private BitVector32 boolFlags = new BitVector32();
System.Windows.Forms (38)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
22private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\AxHost.cs (1)
178private BitVector32 axState = new BitVector32();
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1024BitVector32 action = new BitVector32(); 1082BitVector32 action = new BitVector32();
winforms\Managed\System\WinForms\ContainerControl.cs (1)
46private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\Control.cs (1)
16313activeXState = new BitVector32();
winforms\Managed\System\WinForms\DataGrid.cs (1)
334this.gridState = new System.Collections.Specialized.BitVector32(0x00042827);
winforms\Managed\System\WinForms\DataGridView.cs (3)
436this.dataGridViewState1 = new System.Collections.Specialized.BitVector32(0x00000000); 437this.dataGridViewState2 = new System.Collections.Specialized.BitVector32(0x00000000); 438this.dataGridViewOper = new System.Collections.Specialized.BitVector32(0x00000000);
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
87this.dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew); 1112this.dataConnectionState = new BitVector32(DATACONNECTIONSTATE_finishedAddNew);
winforms\Managed\System\WinForms\Form.cs (2)
193private BitVector32 formState = new BitVector32(0x21338); // magic value... all the defaults... see the ctor for details... 194private BitVector32 formStateEx = new BitVector32();
winforms\Managed\System\WinForms\Label.cs (1)
75BitVector32 labelState = new BitVector32();
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
668return new BitVector32(element.Properties.GetInteger(_layoutStateProperty));
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1485private BitVector32 _state = new BitVector32();
winforms\Managed\System\WinForms\ListView.cs (2)
241listViewState = new System.Collections.Specialized.BitVector32(listViewStateFlags); 243listViewState1 = new System.Collections.Specialized.BitVector32(LISTVIEWSTATE1_useCompatibleStateImageBehavior);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
72private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\PictureBox.cs (1)
124pictureBoxState = new System.Collections.Specialized.BitVector32(PICTUREBOXSTATE_useDefaultErrorImage |
winforms\Managed\System\WinForms\RichTextBox.cs (1)
125private BitVector32 richTextBoxFlags = new BitVector32();
winforms\Managed\System\WinForms\StatusStrip.cs (1)
32private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\TabControl.cs (1)
119tabControlState = new System.Collections.Specialized.BitVector32(0x00000000);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
107private BitVector32 textBoxFlags = new BitVector32();
winforms\Managed\System\WinForms\ToolBar.cs (1)
134toolBarState = new System.Collections.Specialized.BitVector32(TOOLBARSTATE_autoSize |
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
29private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
41private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
53private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
22 BitVector32 options = new BitVector32();
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
63private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
38private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
24private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs (1)
25private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\TreeNode.cs (1)
173treeNodeState = new System.Collections.Specialized.BitVector32();
winforms\Managed\System\WinForms\TreeView.cs (1)
176this.treeViewState = new System.Collections.Specialized.BitVector32(TREEVIEWSTATE_showRootLines |
winforms\Managed\System\WinForms\WebBrowser.cs (1)
79webBrowserState = new System.Collections.Specialized.BitVector32(WEBBROWSERSTATE_isWebBrowserContextMenuEnabled |
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
63private BitVector32 axHostState = new BitVector32();
490 references to BitVector32
PresentationBuildTasks (51)
Framework\System\Windows\Markup\BamlRecords.cs (51)
962internal BitVector32 _flags; 966private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ ); 969internal static BitVector32.Section LastFlagsSection 1149internal new static BitVector32.Section LastFlagsSection 1364private static BitVector32.Section _assemblyIdLowSection 1365= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1367private static BitVector32.Section _assemblyIdHighSection 1368= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1643private static BitVector32.Section _sharedSection 1644= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1646private static BitVector32.Section _sharedSetSection 1647= BitVector32.CreateSection( 1, _sharedSection ); 1807private static BitVector32.Section _sharedSection 1808= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1810private static BitVector32.Section _sharedSetSection 1811= BitVector32.CreateSection( 1, _sharedSection ); 2516private static BitVector32.Section _isValueTypeExtensionSection 2517= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2519private static BitVector32.Section _isValueStaticExtensionSection 2520= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 3490private static BitVector32.Section _typeIdLowSection 3491= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3493private static BitVector32.Section _typeIdHighSection 3494= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3496private static BitVector32.Section _useTypeConverter 3497= BitVector32.CreateSection( 1, _typeIdHighSection ); 3499private static BitVector32.Section _isInjected 3500= BitVector32.CreateSection( 1, _useTypeConverter ); 3504internal new static BitVector32.Section LastFlagsSection 3864private static BitVector32.Section _isValueTypeExtensionSection 3865= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3867private static BitVector32.Section _isValueStaticExtensionSection 3868= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 3871internal new static BitVector32.Section LastFlagsSection 4456private static BitVector32.Section _assemblyIdLowSection 4457= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4459private static BitVector32.Section _assemblyIdHighSection 4460= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4676private static BitVector32.Section _typeIdLowSection 4677= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4679private static BitVector32.Section _typeIdHighSection 4680= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 5166private static BitVector32.Section _isInternalSection 5167= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5169private static BitVector32.Section _attributeUsageSection 5170= BitVector32.CreateSection( 3, _isInternalSection ); 5311private static BitVector32.Section _stringIdLowSection 5312= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5314private static BitVector32.Section _stringIdHighSection 5315= BitVector32.CreateSection( (short)0xff, _stringIdLowSection );
PresentationCore (1)
Core\CSharp\System\Windows\RoutedEventArgs.cs (1)
417private BitVector32 _flags;
PresentationFramework (75)
src\Framework\MS\Internal\Controls\ActiveXHelper.cs (3)
56public static readonly int sinkAttached = BitVector32.CreateMask(); 57public static readonly int inTransition = BitVector32.CreateMask(sinkAttached); 58public static readonly int processingKeyUp = BitVector32.CreateMask(inTransition);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
2041private BitVector32 _cacheValid = new BitVector32(0); // Condense boolean bits
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
971private BitVector32 _bitFlags = new BitVector32(0);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2937private BitVector32 _cacheValid = new BitVector32(0); // Condense boolean bits
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2265private BitVector32 _cacheValid = new BitVector32((int)CacheBits.CanSelectMultiple);
src\Framework\System\Windows\Controls\TreeView.cs (1)
880private BitVector32 _bits = new BitVector32(0);
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1222private BitVector32 _axHostState = new BitVector32();
src\Framework\System\Windows\Markup\BamlRecords.cs (66)
962internal BitVector32 _flags; 966private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ ); 969internal static BitVector32.Section LastFlagsSection 1149internal new static BitVector32.Section LastFlagsSection 1364private static BitVector32.Section _assemblyIdLowSection 1365= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1367private static BitVector32.Section _assemblyIdHighSection 1368= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1372internal new static BitVector32.Section LastFlagsSection 1643private static BitVector32.Section _sharedSection 1644= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1646private static BitVector32.Section _sharedSetSection 1647= BitVector32.CreateSection( 1, _sharedSection ); 1651internal new static BitVector32.Section LastFlagsSection 1807private static BitVector32.Section _sharedSection 1808= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1810private static BitVector32.Section _sharedSetSection 1811= BitVector32.CreateSection( 1, _sharedSection ); 1815internal new static BitVector32.Section LastFlagsSection 2516private static BitVector32.Section _isValueTypeExtensionSection 2517= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2519private static BitVector32.Section _isValueStaticExtensionSection 2520= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 2524internal new static BitVector32.Section LastFlagsSection 2974private static BitVector32.Section _isValueSetSection 2975= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 2978private static BitVector32.Section _isValueTypeIdSection 2979= BitVector32.CreateSection(1, _isValueSetSection); 2982private static BitVector32.Section _isRawEnumValueSetSection 2983= BitVector32.CreateSection(1, _isValueTypeIdSection); 2986internal new static BitVector32.Section LastFlagsSection 3490private static BitVector32.Section _typeIdLowSection 3491= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3493private static BitVector32.Section _typeIdHighSection 3494= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3496private static BitVector32.Section _useTypeConverter 3497= BitVector32.CreateSection( 1, _typeIdHighSection ); 3499private static BitVector32.Section _isInjected 3500= BitVector32.CreateSection( 1, _useTypeConverter ); 3504internal new static BitVector32.Section LastFlagsSection 3864private static BitVector32.Section _isValueTypeExtensionSection 3865= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3867private static BitVector32.Section _isValueStaticExtensionSection 3868= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 3871internal new static BitVector32.Section LastFlagsSection 4456private static BitVector32.Section _assemblyIdLowSection 4457= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4459private static BitVector32.Section _assemblyIdHighSection 4460= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4464internal new static BitVector32.Section LastFlagsSection 4676private static BitVector32.Section _typeIdLowSection 4677= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4679private static BitVector32.Section _typeIdHighSection 4680= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 4684internal new static BitVector32.Section LastFlagsSection 5166private static BitVector32.Section _isInternalSection 5167= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5169private static BitVector32.Section _attributeUsageSection 5170= BitVector32.CreateSection( 3, _isInternalSection ); 5174internal new static BitVector32.Section LastFlagsSection 5311private static BitVector32.Section _stringIdLowSection 5312= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5314private static BitVector32.Section _stringIdHighSection 5315= BitVector32.CreateSection( (short)0xff, _stringIdLowSection ); 5319internal new static BitVector32.Section LastFlagsSection
System (25)
compmod\system\collections\specialized\bitvector32.cs (5)
32public BitVector32(BitVector32 value) { 168if (!(o is BitVector32)) { 172return data == ((BitVector32)o).data; 181public static string ToString(BitVector32 value) { 201return BitVector32.ToString(this);
compmod\system\componentmodel\MaskedTextProvider.cs (8)
122static int ASCII_ONLY = BitVector32.CreateMask(); 123static int ALLOW_PROMPT_AS_INPUT = BitVector32.CreateMask(ASCII_ONLY); 124static int INCLUDE_PROMPT = BitVector32.CreateMask(ALLOW_PROMPT_AS_INPUT); 125static int INCLUDE_LITERALS = BitVector32.CreateMask(INCLUDE_PROMPT); 126static int RESET_ON_PROMPT = BitVector32.CreateMask(INCLUDE_LITERALS); 127static int RESET_ON_LITERALS = BitVector32.CreateMask(RESET_ON_PROMPT); 128static int SKIP_SPACE = BitVector32.CreateMask(RESET_ON_LITERALS); 136private BitVector32 flagState;
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
69private static readonly int BitDefaultValueQueried = BitVector32.CreateMask(); 70private static readonly int BitGetQueried = BitVector32.CreateMask(BitDefaultValueQueried); 71private static readonly int BitSetQueried = BitVector32.CreateMask(BitGetQueried); 72private static readonly int BitShouldSerializeQueried = BitVector32.CreateMask(BitSetQueried); 73private static readonly int BitResetQueried = BitVector32.CreateMask(BitShouldSerializeQueried); 74private static readonly int BitChangedQueried = BitVector32.CreateMask(BitResetQueried); 75private static readonly int BitIPropChangedQueried = BitVector32.CreateMask(BitChangedQueried); 76private static readonly int BitReadOnlyChecked = BitVector32.CreateMask(BitIPropChangedQueried); 77private static readonly int BitAmbientValueQueried = BitVector32.CreateMask(BitReadOnlyChecked); 78private static readonly int BitSetOnDemand = BitVector32.CreateMask(BitAmbientValueQueried); 81BitVector32 state = new BitVector32(); // Contains the state bits for this proeprty descriptor.
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
105private BitVector32 boolFlags = new BitVector32();
System.Windows.Forms (338)
winforms\Managed\System\WinForms\ArrangedElement.cs (4)
22private BitVector32 state = new BitVector32(); 26private static readonly int stateVisible = BitVector32.CreateMask(); 27private static readonly int stateDisposing = BitVector32.CreateMask(stateVisible); 28private static readonly int stateLocked = BitVector32.CreateMask(stateDisposing);
winforms\Managed\System\WinForms\AxHost.cs (25)
147private static readonly int ocxStateSet = BitVector32.CreateMask(); 148private static readonly int editorRefresh = BitVector32.CreateMask(ocxStateSet); 149private static readonly int listeningToIdle = BitVector32.CreateMask(editorRefresh); 150private static readonly int refreshProperties = BitVector32.CreateMask(listeningToIdle); 152private static readonly int checkedIppb = BitVector32.CreateMask(refreshProperties); 153private static readonly int checkedCP = BitVector32.CreateMask(checkedIppb); 154private static readonly int fNeedOwnWindow = BitVector32.CreateMask(checkedCP); 155private static readonly int fOwnWindow = BitVector32.CreateMask(fNeedOwnWindow); 157private static readonly int fSimpleFrame = BitVector32.CreateMask(fOwnWindow); 158private static readonly int fFakingWindow = BitVector32.CreateMask(fSimpleFrame); 159private static readonly int rejectSelection = BitVector32.CreateMask(fFakingWindow); 160private static readonly int ownDisposing = BitVector32.CreateMask(rejectSelection); 162private static readonly int sinkAttached = BitVector32.CreateMask(ownDisposing); 163private static readonly int disposed = BitVector32.CreateMask(sinkAttached); 164private static readonly int manualUpdate = BitVector32.CreateMask(disposed); 165private static readonly int addedSelectionHandler = BitVector32.CreateMask(manualUpdate); 167private static readonly int valueChanged = BitVector32.CreateMask(addedSelectionHandler); 168private static readonly int handlePosRectChanged = BitVector32.CreateMask(valueChanged); 169private static readonly int siteProcessedInputKey = BitVector32.CreateMask(handlePosRectChanged); 170private static readonly int needLicenseKey = BitVector32.CreateMask(siteProcessedInputKey); 172private static readonly int inTransition = BitVector32.CreateMask(needLicenseKey); 173private static readonly int processingKeyUp = BitVector32.CreateMask(inTransition); 174private static readonly int assignUniqueID = BitVector32.CreateMask(processingKeyUp); 175private static readonly int renameEventHooked = BitVector32.CreateMask(assignUniqueID); 178private BitVector32 axState = new BitVector32();
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
959private static readonly int combineCheck = BitVector32.CreateMask(); 960private static readonly int combineImageText = BitVector32.CreateMask(combineCheck); 1024BitVector32 action = new BitVector32(); 1082BitVector32 action = new BitVector32();
winforms\Managed\System\WinForms\ContainerControl.cs (6)
46private BitVector32 state = new BitVector32(); 48private static readonly int stateScalingNeededOnLayout = BitVector32.CreateMask(); // True if we need to perform scaling when layout resumes 49private static readonly int stateValidating = BitVector32.CreateMask(stateScalingNeededOnLayout); // Indicates whether we're currently state[stateValidating]. 50private static readonly int stateProcessingMnemonic = BitVector32.CreateMask(stateValidating); // Indicates whether we or one of our children is currently processing a mnemonic. 51private static readonly int stateScalingChild = BitVector32.CreateMask(stateProcessingMnemonic); // True while we are scaling a child control 52private static readonly int stateParentChanged = BitVector32.CreateMask(stateScalingChild); // Flagged when a parent changes so we can adpat our scaling logic to match
winforms\Managed\System\WinForms\Control.cs (12)
16254private static readonly int viewAdviseOnlyOnce = BitVector32.CreateMask(); 16255private static readonly int viewAdvisePrimeFirst = BitVector32.CreateMask(viewAdviseOnlyOnce); 16256private static readonly int eventsFrozen = BitVector32.CreateMask(viewAdvisePrimeFirst); 16257private static readonly int changingExtents = BitVector32.CreateMask(eventsFrozen); 16258private static readonly int saving = BitVector32.CreateMask(changingExtents); 16259private static readonly int isDirty = BitVector32.CreateMask(saving); 16260private static readonly int inPlaceActive = BitVector32.CreateMask(isDirty); 16261private static readonly int inPlaceVisible = BitVector32.CreateMask(inPlaceActive); 16262private static readonly int uiActive = BitVector32.CreateMask(inPlaceVisible); 16263private static readonly int uiDead = BitVector32.CreateMask(uiActive); 16264private static readonly int adjustingRect = BitVector32.CreateMask(uiDead); 16292private BitVector32 activeXState;
winforms\Managed\System\WinForms\DataGrid.cs (1)
76private System.Collections.Specialized.BitVector32 gridState; // see GRIDSTATE_ consts above
winforms\Managed\System\WinForms\DataGridView.cs (3)
269private System.Collections.Specialized.BitVector32 dataGridViewState1; // see DATAGRIDVIEWSTATE1_ consts above 270private System.Collections.Specialized.BitVector32 dataGridViewState2; // see DATAGRIDVIEWSTATE2_ consts above 271private System.Collections.Specialized.BitVector32 dataGridViewOper; // see DATAGRIDVIEWOPER_ consts above
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
32private BitVector32 dataConnectionState;
winforms\Managed\System\WinForms\Form.cs (86)
82private static readonly BitVector32.Section FormStateAllowTransparency = BitVector32.CreateSection(1); 83private static readonly BitVector32.Section FormStateBorderStyle = BitVector32.CreateSection(6, FormStateAllowTransparency); 84private static readonly BitVector32.Section FormStateTaskBar = BitVector32.CreateSection(1, FormStateBorderStyle); 85private static readonly BitVector32.Section FormStateControlBox = BitVector32.CreateSection(1, FormStateTaskBar); 86private static readonly BitVector32.Section FormStateKeyPreview = BitVector32.CreateSection(1, FormStateControlBox); 87private static readonly BitVector32.Section FormStateLayered = BitVector32.CreateSection(1, FormStateKeyPreview); 88private static readonly BitVector32.Section FormStateMaximizeBox = BitVector32.CreateSection(1, FormStateLayered); 89private static readonly BitVector32.Section FormStateMinimizeBox = BitVector32.CreateSection(1, FormStateMaximizeBox); 90private static readonly BitVector32.Section FormStateHelpButton = BitVector32.CreateSection(1, FormStateMinimizeBox); 91private static readonly BitVector32.Section FormStateStartPos = BitVector32.CreateSection(4, FormStateHelpButton); 92private static readonly BitVector32.Section FormStateWindowState = BitVector32.CreateSection(2, FormStateStartPos); 93private static readonly BitVector32.Section FormStateShowWindowOnCreate = BitVector32.CreateSection(1, FormStateWindowState); 94private static readonly BitVector32.Section FormStateAutoScaling = BitVector32.CreateSection(1, FormStateShowWindowOnCreate); 95private static readonly BitVector32.Section FormStateSetClientSize = BitVector32.CreateSection(1, FormStateAutoScaling); 96private static readonly BitVector32.Section FormStateTopMost = BitVector32.CreateSection(1, FormStateSetClientSize); 97private static readonly BitVector32.Section FormStateSWCalled = BitVector32.CreateSection(1, FormStateTopMost); 98private static readonly BitVector32.Section FormStateMdiChildMax = BitVector32.CreateSection(1, FormStateSWCalled); 99private static readonly BitVector32.Section FormStateRenderSizeGrip = BitVector32.CreateSection(1, FormStateMdiChildMax); 100private static readonly BitVector32.Section FormStateSizeGripStyle = BitVector32.CreateSection(2, FormStateRenderSizeGrip); 101private static readonly BitVector32.Section FormStateIsRestrictedWindow = BitVector32.CreateSection(1, FormStateSizeGripStyle); 102private static readonly BitVector32.Section FormStateIsRestrictedWindowChecked = BitVector32.CreateSection(1, FormStateIsRestrictedWindow); 103private static readonly BitVector32.Section FormStateIsWindowActivated = BitVector32.CreateSection(1, FormStateIsRestrictedWindowChecked); 104private static readonly BitVector32.Section FormStateIsTextEmpty = BitVector32.CreateSection(1, FormStateIsWindowActivated); 105private static readonly BitVector32.Section FormStateIsActive = BitVector32.CreateSection(1, FormStateIsTextEmpty); 106private static readonly BitVector32.Section FormStateIconSet = BitVector32.CreateSection(1, FormStateIsActive); 115private static readonly BitVector32.Section FormStateExCalledClosing = BitVector32.CreateSection(1); 116private static readonly BitVector32.Section FormStateExUpdateMenuHandlesSuspendCount = BitVector32.CreateSection(8, FormStateExCalledClosing); 117private static readonly BitVector32.Section FormStateExUpdateMenuHandlesDeferred = BitVector32.CreateSection(1, FormStateExUpdateMenuHandlesSuspendCount); 118private static readonly BitVector32.Section FormStateExUseMdiChildProc = BitVector32.CreateSection(1, FormStateExUpdateMenuHandlesDeferred); 119private static readonly BitVector32.Section FormStateExCalledOnLoad = BitVector32.CreateSection(1, FormStateExUseMdiChildProc); 120private static readonly BitVector32.Section FormStateExCalledMakeVisible = BitVector32.CreateSection(1, FormStateExCalledOnLoad); 121private static readonly BitVector32.Section FormStateExCalledCreateControl = BitVector32.CreateSection(1, FormStateExCalledMakeVisible); 122private static readonly BitVector32.Section FormStateExAutoSize = BitVector32.CreateSection(1, FormStateExCalledCreateControl); 123private static readonly BitVector32.Section FormStateExInUpdateMdiControlStrip = BitVector32.CreateSection(1, FormStateExAutoSize); 124private static readonly BitVector32.Section FormStateExShowIcon = BitVector32.CreateSection(1, FormStateExInUpdateMdiControlStrip); 125private static readonly BitVector32.Section FormStateExMnemonicProcessed = BitVector32.CreateSection(1, FormStateExShowIcon); 126private static readonly BitVector32.Section FormStateExInScale = BitVector32.CreateSection(1, FormStateExMnemonicProcessed); 127private static readonly BitVector32.Section FormStateExInModalSizingLoop = BitVector32.CreateSection(1, FormStateExInScale); 128private static readonly BitVector32.Section FormStateExSettingAutoScale = BitVector32.CreateSection(1, FormStateExInModalSizingLoop); 129private static readonly BitVector32.Section FormStateExWindowBoundsWidthIsClientSize = BitVector32.CreateSection(1, FormStateExSettingAutoScale); 130private static readonly BitVector32.Section FormStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1, FormStateExWindowBoundsWidthIsClientSize); 131private static readonly BitVector32.Section FormStateExWindowClosing = BitVector32.CreateSection(1, FormStateExWindowBoundsHeightIsClientSize); 193private BitVector32 formState = new BitVector32(0x21338); // magic value... all the defaults... see the ctor for details... 194private BitVector32 formStateEx = new BitVector32();
winforms\Managed\System\WinForms\Label.cs (13)
50private static readonly BitVector32.Section StateUseMnemonic = BitVector32.CreateSection(1); 51private static readonly BitVector32.Section StateAutoSize = BitVector32.CreateSection(1, StateUseMnemonic); 52private static readonly BitVector32.Section StateAnimating = BitVector32.CreateSection(1, StateAutoSize); 53private static readonly BitVector32.Section StateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, StateAnimating); 54private static readonly BitVector32.Section StateBorderStyle = BitVector32.CreateSection((int)BorderStyle.Fixed3D, StateFlatStyle); 55private static readonly BitVector32.Section StateAutoEllipsis = BitVector32.CreateSection(1, StateBorderStyle); 75BitVector32 labelState = new BitVector32();
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (36)
56private static readonly BitVector32.Section _dockAndAnchorNeedsLayoutSection = BitVector32.CreateSection(0x7F); 57private static readonly BitVector32.Section _dockAndAnchorSection = BitVector32.CreateSection(0x0F); 58private static readonly BitVector32.Section _dockModeSection = BitVector32.CreateSection(0x01, _dockAndAnchorSection); 59private static readonly BitVector32.Section _autoSizeSection = BitVector32.CreateSection(0x01, _dockModeSection); 60private static readonly BitVector32.Section _BoxStretchInternalSection = BitVector32.CreateSection(0x03, _autoSizeSection); 61private static readonly BitVector32.Section _anchorNeverShrinksSection = BitVector32.CreateSection(0x01, _BoxStretchInternalSection); 62private static readonly BitVector32.Section _flowBreakSection = BitVector32.CreateSection(0x01, _anchorNeverShrinksSection); 63private static readonly BitVector32.Section _selfAutoSizingSection = BitVector32.CreateSection(0x01, _flowBreakSection); 64private static readonly BitVector32.Section _autoSizeModeSection = BitVector32.CreateSection(0x01, _selfAutoSizingSection); 93BitVector32 state = GetLayoutState(element); 178BitVector32 state = GetLayoutState(element); 378BitVector32 state = GetLayoutState(element); 387BitVector32 state = GetLayoutState(element); 403BitVector32 state = GetLayoutState(element); 418BitVector32 state = GetLayoutState(element); 434BitVector32 state = GetLayoutState(element); 446BitVector32 state = GetLayoutState(element); 477BitVector32 state = GetLayoutState(element); 489BitVector32 state = GetLayoutState(element); 504BitVector32 state = GetLayoutState(element); 520BitVector32 state = GetLayoutState(element); 542BitVector32 state = GetLayoutState(element); 562BitVector32 state = GetLayoutState(element); 599BitVector32 state = GetLayoutState(element); 611BitVector32 state = GetLayoutState(element); 667internal static BitVector32 GetLayoutState(IArrangedElement element) { 671internal static void SetLayoutState(IArrangedElement element, BitVector32 state) {
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1465private static readonly int stateValid = BitVector32.CreateMask(); 1466private static readonly int stateChildInfoValid = BitVector32.CreateMask(stateValid); 1467private static readonly int stateChildHasColumnSpan = BitVector32.CreateMask(stateChildInfoValid); 1468private static readonly int stateChildHasRowSpan = BitVector32.CreateMask(stateChildHasColumnSpan); 1485private BitVector32 _state = new BitVector32();
winforms\Managed\System\WinForms\ListView.cs (2)
118private System.Collections.Specialized.BitVector32 listViewState; // see LISTVIEWSTATE_ consts above 119private System.Collections.Specialized.BitVector32 listViewState1;// see LISTVIEWSTATE1_ consts above
winforms\Managed\System\WinForms\ListViewItem.cs (11)
49private static readonly BitVector32.Section StateSelectedSection = BitVector32.CreateSection(1); 50private static readonly BitVector32.Section StateImageMaskSet = BitVector32.CreateSection(1, StateSelectedSection); 51private static readonly BitVector32.Section StateWholeRowOneStyleSection = BitVector32.CreateSection(1, StateImageMaskSet); 52private static readonly BitVector32.Section SavedStateImageIndexSection = BitVector32.CreateSection(15, StateWholeRowOneStyleSection); 53private static readonly BitVector32.Section SubItemCountSection = BitVector32.CreateSection(MAX_SUBITEMS, SavedStateImageIndexSection); 72private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\MaskedTextBox.cs (13)
76private static int IME_ENDING_COMPOSITION = BitVector32.CreateMask(); 79private static int IME_COMPLETING = BitVector32.CreateMask(IME_ENDING_COMPOSITION); 82private static int HANDLE_KEY_PRESS = BitVector32.CreateMask(IME_COMPLETING); 88private static int IS_NULL_MASK = BitVector32.CreateMask(HANDLE_KEY_PRESS); 93private static int QUERY_BASE_TEXT = BitVector32.CreateMask(IS_NULL_MASK); 99private static int REJECT_INPUT_ON_FIRST_FAILURE = BitVector32.CreateMask( QUERY_BASE_TEXT ); 102private static int HIDE_PROMPT_ON_LEAVE = BitVector32.CreateMask(REJECT_INPUT_ON_FIRST_FAILURE); 103private static int BEEP_ON_ERROR = BitVector32.CreateMask(HIDE_PROMPT_ON_LEAVE); 104private static int USE_SYSTEM_PASSWORD_CHAR = BitVector32.CreateMask(BEEP_ON_ERROR); 105private static int INSERT_TOGGLED = BitVector32.CreateMask(USE_SYSTEM_PASSWORD_CHAR); 106private static int CUTCOPYINCLUDEPROMPT = BitVector32.CreateMask(INSERT_TOGGLED); 107private static int CUTCOPYINCLUDELITERALS = BitVector32.CreateMask(CUTCOPYINCLUDEPROMPT); 119private BitVector32 flagState;
winforms\Managed\System\WinForms\PictureBox.cs (1)
106private System.Collections.Specialized.BitVector32 pictureBoxState; // see PICTUREBOXSTATE_ consts above
winforms\Managed\System\WinForms\RichTextBox.cs (27)
125private BitVector32 richTextBoxFlags = new BitVector32(); 126private static readonly BitVector32.Section autoWordSelectionSection = BitVector32.CreateSection(1); 127private static readonly BitVector32.Section showSelBarSection = BitVector32.CreateSection(1, autoWordSelectionSection); 128private static readonly BitVector32.Section autoUrlDetectSection = BitVector32.CreateSection(1, showSelBarSection); 129private static readonly BitVector32.Section fInCtorSection = BitVector32.CreateSection(1, autoUrlDetectSection); 130private static readonly BitVector32.Section protectedErrorSection = BitVector32.CreateSection(1, fInCtorSection); 131private static readonly BitVector32.Section linkcursorSection = BitVector32.CreateSection(1, protectedErrorSection); 132private static readonly BitVector32.Section allowOleDropSection = BitVector32.CreateSection(1, linkcursorSection); 133private static readonly BitVector32.Section suppressTextChangedEventSection = BitVector32.CreateSection(1, allowOleDropSection); 134private static readonly BitVector32.Section callOnContentsResizedSection = BitVector32.CreateSection(1, suppressTextChangedEventSection); 135private static readonly BitVector32.Section richTextShortcutsEnabledSection = BitVector32.CreateSection(1, callOnContentsResizedSection); 136private static readonly BitVector32.Section allowOleObjectsSection = BitVector32.CreateSection(1, richTextShortcutsEnabledSection); 137private static readonly BitVector32.Section scrollBarsSection = BitVector32.CreateSection((short) RichTextBoxScrollBars.ForcedBoth, allowOleObjectsSection); 138private static readonly BitVector32.Section enableAutoDragDropSection = BitVector32.CreateSection(1, scrollBarsSection);
winforms\Managed\System\WinForms\StatusStrip.cs (3)
32private BitVector32 state = new BitVector32(); 34private static readonly int stateSizingGrip = BitVector32.CreateMask(); 35private static readonly int stateCalledSpringTableLayout = BitVector32.CreateMask(stateSizingGrip);
winforms\Managed\System\WinForms\TabControl.cs (1)
89private System.Collections.Specialized.BitVector32 tabControlState; // see TABCONTROLSTATE_ consts above
winforms\Managed\System\WinForms\TextBoxBase.cs (13)
51private static readonly int autoSize = BitVector32.CreateMask(); 52private static readonly int hideSelection = BitVector32.CreateMask(autoSize); 53private static readonly int multiline = BitVector32.CreateMask(hideSelection); 54private static readonly int modified = BitVector32.CreateMask(multiline); 55private static readonly int readOnly = BitVector32.CreateMask(modified); 56private static readonly int acceptsTab = BitVector32.CreateMask(readOnly); 57private static readonly int wordWrap = BitVector32.CreateMask(acceptsTab); 58private static readonly int creatingHandle = BitVector32.CreateMask(wordWrap); 59private static readonly int codeUpdateText = BitVector32.CreateMask(creatingHandle); 60private static readonly int shortcutsEnabled = BitVector32.CreateMask(codeUpdateText); 61private static readonly int scrollToCaretOnHandleCreated = BitVector32.CreateMask(shortcutsEnabled); 62private static readonly int setSelectionOnHandleCreated = BitVector32.CreateMask(scrollToCaretOnHandleCreated); 107private BitVector32 textBoxFlags = new BitVector32();
winforms\Managed\System\WinForms\ToolBar.cs (1)
118private System.Collections.Specialized.BitVector32 toolBarState; // see TOOLBARSTATE_ consts above
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (2)
29private BitVector32 state = new BitVector32(); 30private static readonly int stateLastDoubleBuffer = BitVector32.CreateMask();
winforms\Managed\System\WinForms\ToolStripDropDown.cs (7)
41private BitVector32 state = new BitVector32(); 72private static readonly int stateLayered = BitVector32.CreateMask(); 73private static readonly int stateAllowTransparency = BitVector32.CreateMask(stateLayered); 74private static readonly int stateIsRestrictedWindow = BitVector32.CreateMask(stateAllowTransparency); 75private static readonly int stateIsRestrictedWindowChecked = BitVector32.CreateMask(stateIsRestrictedWindow); 76private static readonly int stateNotWorkingAreaConstrained = BitVector32.CreateMask(stateIsRestrictedWindowChecked); 77private static readonly int stateInSetVisibleCore = BitVector32.CreateMask(stateNotWorkingAreaConstrained);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
53private BitVector32 state = new BitVector32(); 55private static readonly int stateShowImageMargin = BitVector32.CreateMask(); 56private static readonly int stateShowCheckMargin = BitVector32.CreateMask(stateShowImageMargin); 57private static readonly int stateMaxItemSizeValid = BitVector32.CreateMask(stateShowCheckMargin);
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (4)
22 BitVector32 options = new BitVector32(); 23 private static readonly int optionsDottedBorder = BitVector32.CreateMask(); 24 private static readonly int optionsDottedGrip = BitVector32.CreateMask(optionsDottedBorder); 25 private static readonly int optionsFillWhenSelected = BitVector32.CreateMask(optionsDottedGrip);
winforms\Managed\System\WinForms\ToolStripItem.cs (22)
63private BitVector32 state = new BitVector32(); 153private static readonly int stateAllowDrop = BitVector32.CreateMask(); 154private static readonly int stateVisible = BitVector32.CreateMask(stateAllowDrop); 155private static readonly int stateEnabled = BitVector32.CreateMask(stateVisible); 156private static readonly int stateMouseDownAndNoDrag = BitVector32.CreateMask(stateEnabled); 157private static readonly int stateAutoSize = BitVector32.CreateMask(stateMouseDownAndNoDrag); 158private static readonly int statePressed = BitVector32.CreateMask(stateAutoSize); 159private static readonly int stateSelected = BitVector32.CreateMask(statePressed); 160private static readonly int stateContstructing = BitVector32.CreateMask(stateSelected); 161private static readonly int stateDisposed = BitVector32.CreateMask(stateContstructing); 162private static readonly int stateCurrentlyAnimatingImage = BitVector32.CreateMask(stateDisposed); 163private static readonly int stateDoubleClickEnabled = BitVector32.CreateMask(stateCurrentlyAnimatingImage); 164private static readonly int stateAutoToolTip = BitVector32.CreateMask(stateDoubleClickEnabled); 165private static readonly int stateSupportsRightClick = BitVector32.CreateMask(stateAutoToolTip); 166private static readonly int stateSupportsItemClick = BitVector32.CreateMask(stateSupportsRightClick); 167private static readonly int stateRightToLeftAutoMirrorImage = BitVector32.CreateMask(stateSupportsItemClick); 168private static readonly int stateInvalidMirroredImage = BitVector32.CreateMask(stateRightToLeftAutoMirrorImage); 169private static readonly int stateSupportsSpaceKey = BitVector32.CreateMask(stateInvalidMirroredImage); 170private static readonly int stateMouseDownAndUpMustBeInSameItem = BitVector32.CreateMask(stateSupportsSpaceKey); 171private static readonly int stateSupportsDisabledHotTracking = BitVector32.CreateMask(stateMouseDownAndUpMustBeInSameItem); 172private static readonly int stateUseAmbientMargin = BitVector32.CreateMask(stateSupportsDisabledHotTracking); 173private static readonly int stateDisposing = BitVector32.CreateMask(stateUseAmbientMargin);
winforms\Managed\System\WinForms\ToolStripPanel.cs (8)
38private BitVector32 state = new BitVector32(); 61private static readonly int stateLocked = BitVector32.CreateMask(); 62private static readonly int stateBeginInit = BitVector32.CreateMask(stateLocked); 63private static readonly int stateChangingZOrder = BitVector32.CreateMask(stateBeginInit); 64private static readonly int stateInJoin = BitVector32.CreateMask(stateChangingZOrder); 65private static readonly int stateEndInit = BitVector32.CreateMask(stateInJoin); 66private static readonly int stateLayoutSuspended = BitVector32.CreateMask(stateEndInit); 67private static readonly int stateRightToLeftChanged = BitVector32.CreateMask(stateLayoutSuspended);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (7)
24private BitVector32 state = new BitVector32(); 33private static readonly int stateVisible = BitVector32.CreateMask(); 34private static readonly int stateDisposing = BitVector32.CreateMask(stateVisible); 35private static readonly int stateLocked = BitVector32.CreateMask(stateDisposing); 36private static readonly int stateInitialized = BitVector32.CreateMask(stateLocked); 37private static readonly int stateCachedBoundsMode = BitVector32.CreateMask(stateInitialized); 38private static readonly int stateInLayout = BitVector32.CreateMask(stateCachedBoundsMode);
winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs (3)
19private static readonly int stateUseDefaultRenderer = BitVector32.CreateMask(); 20private static readonly int stateAttachedRendererChanged = BitVector32.CreateMask(stateUseDefaultRenderer); 25private BitVector32 state = new BitVector32();
winforms\Managed\System\WinForms\TreeNode.cs (1)
67private System.Collections.Specialized.BitVector32 treeNodeState;
winforms\Managed\System\WinForms\TreeView.cs (1)
99private System.Collections.Specialized.BitVector32 treeViewState; // see TREEVIEWSTATE_ consts above
winforms\Managed\System\WinForms\WebBrowser.cs (1)
63private System.Collections.Specialized.BitVector32 webBrowserState; // see TREEVIEWSTATE_ consts above
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
63private BitVector32 axHostState = new BitVector32();
winforms\Managed\System\WinForms\WebBrowserHelper.cs (9)
74internal static readonly int sinkAttached = BitVector32.CreateMask(); 75internal static readonly int manualUpdate = BitVector32.CreateMask(sinkAttached); 76internal static readonly int setClientSiteFirst = BitVector32.CreateMask(manualUpdate); 77internal static readonly int addedSelectionHandler = BitVector32.CreateMask(setClientSiteFirst); 78internal static readonly int siteProcessedInputKey = BitVector32.CreateMask(addedSelectionHandler); 79internal static readonly int inTransition = BitVector32.CreateMask(siteProcessedInputKey); 80internal static readonly int processingKeyUp = BitVector32.CreateMask(inTransition); 81internal static readonly int isMaskEdit = BitVector32.CreateMask(processingKeyUp); 82internal static readonly int recomputeContainingControl = BitVector32.CreateMask(isMaskEdit);