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