791 writes to
PresentationCore (1)
Core\CSharp\System\Windows\RoutedEventArgs.cs (1)
400
_flags
[
InvokingHandlerIndex] = value;
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
443
_axHostState
[
mask] = value;
System (45)
compmod\system\componentmodel\MaskedTextProvider.cs (12)
292
this.flagState
[
ALLOW_PROMPT_AS_INPUT] = allowPromptAsInput;
293
this.flagState
[
ASCII_ONLY ] = restrictToAscii;
297
this.flagState
[
INCLUDE_PROMPT ] = false;
298
this.flagState
[
INCLUDE_LITERALS ] = true;
299
this.flagState
[
RESET_ON_PROMPT ] = true;
300
this.flagState
[
SKIP_SPACE ] = true;
301
this.flagState
[
RESET_ON_LITERALS] = true;
621
this.flagState
[
INCLUDE_LITERALS] = value;
637
this.flagState
[
INCLUDE_PROMPT] = value;
830
this.flagState
[
RESET_ON_PROMPT] = value;
849
this.flagState
[
SKIP_SPACE] = value;
869
this.flagState
[
RESET_ON_LITERALS] = value;
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (15)
131
state
[
BitGetQueried | BitSetOnDemand] = true;
133
state
[
BitGetQueried | BitSetQueried] = true;
143
state
[
BitGetQueried | BitSetQueried] = true;
191
state
[
BitDefaultValueQueried] = true;
197
state
[
BitAmbientValueQueried] = true;
245
state
[
BitAmbientValueQueried] = true;
264
state
[
BitChangedQueried] = true;
288
state
[
BitIPropChangedQueried] = true;
299
state
[
BitIPropChangedQueried] = true;
318
state
[
BitDefaultValueQueried] = true;
341
state
[
BitGetQueried] = true;
410
state
[
BitResetQueried] = true;
450
state
[
BitSetQueried] = true;
477
state
[
BitSetQueried] = true;
513
state
[
BitShouldSerializeQueried] = true;
services\monitoring\system\diagnosticts\EventLogInternal.cs (18)
183
boolFlags
[
Flag_forwards] = true;
461
this.boolFlags
[
Flag_monitoring] = value;
611
boolFlags
[
Flag_initializing] = true;
695
boolFlags
[
Flag_sourceVerified] = false;
717
boolFlags
[
Flag_notifying] = true;
771
boolFlags
[
Flag_notifying] = false;
804
this.boolFlags
[
Flag_disposed] = true;
816
boolFlags
[
Flag_initializing] = false;
1079
boolFlags
[
Flag_forwards] = true;
1083
boolFlags
[
Flag_forwards] = false;
1382
boolFlags
[
Flag_monitoring] = isMonitoring;
1422
boolFlags
[
Flag_registeredAsListener] = true;
1429
boolFlags
[
Flag_monitoring] = true;
1468
boolFlags
[
Flag_registeredAsListener] = false;
1477
boolFlags
[
Flag_monitoring] = false;
1557
boolFlags
[
Flag_sourceVerified] = true;
1629
boolFlags
[
Flag_writeGranted] = true;
1657
boolFlags
[
Flag_writeGranted] = true;
System.Windows.Forms (744)
winforms\Managed\System\WinForms\ArrangedElement.cs (2)
37
state
[
stateVisible] = true;
127
state
[
stateVisible] = value;
winforms\Managed\System\WinForms\AxHost.cs (49)
294
this.axState
[
assignUniqueID] = !this.GetType().GUID.Equals(comctlImageCombo_Clsid);
295
this.axState
[
needLicenseKey] = true;
296
this.axState
[
rejectSelection] = true;
327
this.axState
[
mask] = value;
1229
axState
[
addedSelectionHandler] = true;
1257
axState
[
addedSelectionHandler] = false;
1276
axState
[
renameEventHooked] = hook;
1416
axState
[
fNeedOwnWindow] = false;
1417
axState
[
fFakingWindow] = true;
1564
axState
[
handlePosRectChanged] = true;
1607
axState
[
handlePosRectChanged] = false;
1629
axState
[
manualUpdate] = true;
1670
axState
[
inTransition] = true;
1714
axState
[
inTransition] = false;
1725
axState
[
inTransition] = true;
1731
axState
[
disposed] = false;
1747
axState
[
ownDisposing] = false;
1802
axState
[
inTransition] = false;
1827
axState
[
ownDisposing] = true;
1861
axState
[
fFakingWindow] = false;
1927
axState
[
fNeedOwnWindow] = false;
1966
axState
[
fNeedOwnWindow] = true;
2047
axState
[
siteProcessedInputKey] = false;
2086
axState
[
siteProcessedInputKey] = false;
2177
axState
[
ocxStateSet] = true;
2192
this.axState
[
manualUpdate] = ocxState._GetManualUpdate();
2196
this.axState
[
manualUpdate] = false;
2351
axState
[
valueChanged] = false;
2505
this.axState
[
ownDisposing] = true;
2511
this.axState
[
ownDisposing] = ownDispose;
2548
axState
[
needLicenseKey] = false;
2552
axState
[
needLicenseKey] = false;
2721
axState
[
editorRefresh] = true;
2829
axState
[
refreshProperties] = value;
2832
axState
[
listeningToIdle] = true;
2836
axState
[
listeningToIdle] = false;
3237
axState
[
sinkAttached] = true;
3249
axState
[
sinkAttached] = false;
3525
axState
[
processingKeyUp] = true;
3531
axState
[
processingKeyUp] = false;
4485
axState
[
rejectSelection] = true;
4576
axState
[
checkedIppb] = false;
4577
axState
[
checkedCP] = false;
4578
axState
[
disposed] = true;
4581
axState
[
sinkAttached] = false;
4592
axState
[
fOwnWindow] = ((bits & NativeMethods.ActiveX.OLEMISC_INVISIBLEATRUNTIME) != 0) && IsUserMode();
4593
axState
[
fSimpleFrame] = ((bits & NativeMethods.ActiveX.OLEMISC_SIMPLEFRAME) != 0);
4702
axState
[
checkedCP] = true;
4712
axState
[
checkedIppb] = true;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
1027
action
[
combineCheck] = checkAlign == ContentAlignment.MiddleCenter || !LayoutUtils.IsHorizontalAlignment(checkAlign);
1028
action
[
combineImageText] = !LayoutUtils.IsHorizontalRelation(textImageRelation);
1085
action
[
combineCheck] = checkAlign == ContentAlignment.MiddleCenter || !LayoutUtils.IsVerticalAlignment(checkAlign);
1086
action
[
combineImageText] = !LayoutUtils.IsVerticalRelation(textImageRelation);
winforms\Managed\System\WinForms\ContainerControl.cs (10)
792
state
[
stateScalingNeededOnLayout] = true;
854
state
[
stateScalingChild] = true;
859
state
[
stateScalingChild] = false;
953
state
[
stateParentChanged] = !RequiredScalingEnabled;
1008
state
[
stateScalingNeededOnLayout] = false;
1011
state
[
stateParentChanged] = false;
1258
this.state
[
stateProcessingMnemonic] = true;
1309
this.state
[
stateProcessingMnemonic] = false;
1792
this.state
[
stateValidating] = true;
1850
state
[
stateValidating] = false;
winforms\Managed\System\WinForms\Control.cs (19)
16450
activeXState
[
eventsFrozen] = value;
17059
activeXState
[
inPlaceActive] = true;
17130
activeXState
[
uiActive] = true;
17191
activeXState
[
inPlaceActive] = false;
17192
activeXState
[
inPlaceVisible] = false;
17534
activeXState
[
uiDead] = (bool)obj;
18074
activeXState
[
isDirty] = false;
18106
activeXState
[
viewAdvisePrimeFirst] = (advf & NativeMethods.ADVF_PRIMEFIRST) != 0 ? true : false;
18107
activeXState
[
viewAdviseOnlyOnce] = (advf & NativeMethods.ADVF_ONLYONCE) != 0 ? true : false;
18185
activeXState
[
uiDead] = (bool)obj;
18249
activeXState
[
changingExtents] = true;
18281
activeXState
[
isDirty] = true;
18299
activeXState
[
changingExtents] = false;
18313
activeXState
[
inPlaceVisible] = visible;
18367
activeXState
[
adjustingRect] = true;
18372
activeXState
[
adjustingRect] = false;
18585
activeXState
[
uiActive] = false;
18652
activeXState
[
adjustingRect] = true;
18661
activeXState
[
adjustingRect] = false;
winforms\Managed\System\WinForms\DataGrid.cs (95)
400
gridState
[
GRIDSTATE_allowSorting] = value;
679
gridState
[
GRIDSTATE_listHasErrors] = value;
1036
gridState
[
GRIDSTATE_inAddNewRow] = false;
1571
gridState
[
GRIDSTATE_inSetListManager] = true;
1707
gridState
[
GRIDSTATE_inSetListManager] = false;
1966
gridState
[
GRIDSTATE_isFlatMode] = value;
2280
gridState
[
GRIDSTATE_isScrolling] = false;
2466
gridState
[
GRIDSTATE_allowNavigation] = value;
2761
gridState
[
GRIDSTATE_readOnlyMode] = value;
2817
gridState
[
GRIDSTATE_columnHeadersVisible] = value;
2892
gridState
[
GRIDSTATE_rowHeadersVisible] = value;
3134
gridState
[
GRIDSTATE_inAddNewRow] = false;
3575
gridState
[
GRIDSTATE_isScrolling] = true;
3640
this.gridState
[
GRIDSTATE_isScrolling] = false;
3658
gridState
[
GRIDSTATE_isScrolling] = true;
3665
gridState
[
GRIDSTATE_isScrolling] = false;
3871
gridState
[
GRIDSTATE_canFocus] = false;
3884
gridState
[
GRIDSTATE_canFocus] = true;
3952
gridState
[
GRIDSTATE_canFocus] = false;
3970
gridState
[
GRIDSTATE_canFocus] = true;
3974
gridState
[
GRIDSTATE_inAddNewRow] = false;
4015
gridState
[
GRIDSTATE_childLinkFocused] = false;
4016
gridState
[
GRIDSTATE_dragging] = false;
4255
gridState
[
GRIDSTATE_dragging] = ((e.Y - topRow < dragHeight && topRow - e.Y < dragHeight) || (e.Y - bottomRow < dragHeight && bottomRow - e.Y < dragHeight));
4300
gridState
[
GRIDSTATE_overCaption] = true;
4307
gridState
[
GRIDSTATE_overCaption] = false;
4319
gridState
[
GRIDSTATE_dragging] = false;
4331
gridState
[
GRIDSTATE_trackColResize] = false;
4332
gridState
[
GRIDSTATE_trackRowResize] = false;
4377
gridState
[
GRIDSTATE_isScrolling] = true;
4395
gridState
[
GRIDSTATE_isScrolling] = false;
4442
gridState
[
GRIDSTATE_exceptionInPaint] = true;
4453
gridState
[
GRIDSTATE_exceptionInPaint] = false;
4560
gridState
[
GRIDSTATE_editControlChanging] = true;
4565
gridState
[
GRIDSTATE_editControlChanging] = false;
4567
gridState
[
GRIDSTATE_isEditing] = false;
4653
gridState
[
GRIDSTATE_inListAddNew] = true;
4654
gridState
[
GRIDSTATE_inAddNewRow] = true;
4658
gridState
[
GRIDSTATE_inListAddNew] = false;
4659
gridState
[
GRIDSTATE_inAddNewRow] = false;
4664
gridState
[
GRIDSTATE_inListAddNew] = false;
4903
gridState
[
GRIDSTATE_trackColResize] = true;
4923
this.gridState
[
GRIDSTATE_layoutSuspended] = true;
5002
this.gridState
[
GRIDSTATE_layoutSuspended] = false;
5021
gridState
[
GRIDSTATE_metaDataChanged] = true;
5032
gridState
[
GRIDSTATE_metaDataChanged] = false;
5107
gridState
[
GRIDSTATE_trackRowResize] = true;
5219
gridState
[
GRIDSTATE_editControlChanging] = true;
5236
gridState
[
GRIDSTATE_editControlChanging] = false;
5243
gridState
[
GRIDSTATE_editControlChanging] = false;
5246
gridState
[
GRIDSTATE_isEditing] = false;
5933
gridState
[
GRIDSTATE_isNavigating] = true;
5934
gridState
[
GRIDSTATE_isEditing] = false;
5941
gridState
[
GRIDSTATE_editControlChanging] = true;
5951
gridState
[
GRIDSTATE_editControlChanging] = false;
6039
gridState
[
GRIDSTATE_editControlChanging] = true;
6043
gridState
[
GRIDSTATE_editControlChanging] = false;
6062
gridState
[
GRIDSTATE_inAddNewRow] = false;
6063
gridState
[
GRIDSTATE_isEditing] = true;
6064
gridState
[
GRIDSTATE_isNavigating] = false;
6068
gridState
[
GRIDSTATE_isEditing] = true;
6069
gridState
[
GRIDSTATE_isNavigating] = false;
6869
gridState
[
GRIDSTATE_inAddNewRow] = false;
7051
gridState
[
GRIDSTATE_isNavigating] = false;
7380
gridState
[
GRIDSTATE_inAddNewRow] = false;
7602
gridState
[
GRIDSTATE_inDeleteRow] = false;
7615
gridState
[
GRIDSTATE_inDeleteRow] = false;
7701
gridState
[
GRIDSTATE_childLinkFocused] = false;
7779
gridState
[
GRIDSTATE_childLinkFocused] = false;
7863
gridState
[
GRIDSTATE_childLinkFocused] = false;
7872
gridState
[
GRIDSTATE_childLinkFocused] = false;
7883
gridState
[
GRIDSTATE_childLinkFocused] = false;
7900
gridState
[
GRIDSTATE_childLinkFocused] = false;
7938
gridState
[
GRIDSTATE_childLinkFocused] = false;
7969
gridState
[
GRIDSTATE_childLinkFocused] = false;
8008
gridState
[
GRIDSTATE_childLinkFocused] = false;
8037
gridState
[
GRIDSTATE_childLinkFocused] = false;
8048
gridState
[
GRIDSTATE_childLinkFocused] = false;
8077
gridState
[
GRIDSTATE_childLinkFocused] = false;
8089
gridState
[
GRIDSTATE_inDeleteRow] = true;
8100
gridState
[
GRIDSTATE_childLinkFocused] = false;
8132
gridState
[
GRIDSTATE_childLinkFocused] = false;
8158
gridState
[
GRIDSTATE_childLinkFocused] = false;
8173
gridState
[
GRIDSTATE_childLinkFocused] = false;
8280
gridState
[
GRIDSTATE_editControlChanging] = true;
8284
gridState
[
GRIDSTATE_editControlChanging] = false;
8351
gridState
[
GRIDSTATE_childLinkFocused] = true;
8396
gridState
[
GRIDSTATE_childLinkFocused] = true;
8410
gridState
[
GRIDSTATE_childLinkFocused] = false;
8475
gridState
[
GRIDSTATE_childLinkFocused] = false;
8491
gridState
[
GRIDSTATE_inAddNewRow] = false;
8555
gridState
[
GRIDSTATE_overCaption] = true;
8584
gridState
[
GRIDSTATE_childLinkFocused] = false;
8619
gridState
[
GRIDSTATE_isScrolling] = false;
8821
gridState
[
GRIDSTATE_isNavigating] = false;
winforms\Managed\System\WinForms\DataGridView.cs (48)
482
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_multiSelect] = true;
734
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToAddRows] = value;
792
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToDeleteRows] = value;
846
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToOrderColumns] = value;
891
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowUserToResizeColumns] = value;
936
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowUserToResizeRows] = value;
1045
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_autoGenerateColumns] = value;
1081
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isAutoSized] = value;
1594
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = true;
1659
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = false;
1691
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_cellMouseDownInContentBounds] = value;
1862
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = true;
1886
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = false;
1957
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientColumnHeadersFont] = true;
2139
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_columnHeadersVisible] = value;
2335
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_ignoreCursorChange] = true;
2342
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_ignoreCursorChange] = false;
2521
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor] = true;
2534
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont] = true;
2584
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont] = true;
2585
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor] = true;
2646
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = true;
2889
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_enableHeadersVisualStyles] = value;
3566
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = value;
3623
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedCellChanged] = value;
3665
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedRowChanged] = value;
3706
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestricted] = false;
3713
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestricted] = true;
3717
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestricted] = true; // To be on the safe side
3718
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestrictedChecked] = true;
3721
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestrictedChecked] = true;
3794
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_multiSelect] = value;
3940
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_readOnly] = value;
3946
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = true;
3959
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = false;
4025
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftMode] = (this.RightToLeft == RightToLeft.Yes);
4026
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftValid] = true;
4150
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = true;
4174
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange] = false;
4278
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_rowHeadersVisible] = value;
4782
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showCellErrors] = value;
4837
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showCellToolTips] = value;
4891
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showEditingIcon] = value;
4932
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showRowErrors] = value;
5031
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_standardTab] = value;
5277
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_virtualMode] = value;
6968
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_initializing] = true;
6976
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_initializing] = false;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (56)
177
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheCurrencyManager] = value;
260
this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] = false;
262
this.dataConnectionState
[
DATACONNECTIONSTATE_inEndCurrentEdit] = true;
269
this.dataConnectionState
[
DATACONNECTIONSTATE_inEndCurrentEdit] = false;
272
this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew] = true;
280
this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew] = false;
454
this.dataConnectionState
[
DATACONNECTIONSTATE_processingListChangedEvent] = true;
461
this.dataConnectionState
[
DATACONNECTIONSTATE_processingListChangedEvent] = false;
479
this.dataConnectionState
[
DATACONNECTIONSTATE_processingMetaDataChanges] = true;
486
this.dataConnectionState
[
DATACONNECTIONSTATE_processingMetaDataChanges] = false;
498
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = true;
546
this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] = true;
562
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = true;
570
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = false;
598
this.dataConnectionState
[
DATACONNECTIONSTATE_itemAddedInDeleteOperation] = true;
624
this.dataConnectionState
[
DATACONNECTIONSTATE_itemAddedInDeleteOperation] = false;
632
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = true;
640
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = false;
652
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheCurrencyManager] = true;
659
this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset] = true;
699
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false;
756
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheCurrencyManager] = false;
812
this.dataConnectionState
[
DATACONNECTIONSTATE_positionChangingInCurrencyManager] = true;
839
this.dataConnectionState
[
DATACONNECTIONSTATE_positionChangingInCurrencyManager] = false;
881
this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp] = false;
908
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = true;
935
this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] = true;
937
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = true;
944
this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] = false;
945
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false;
952
this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] = true;
954
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = true;
961
this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] = false;
962
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView] = false;
968
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = false;
1106
this.dataConnectionState
[
DATACONNECTIONSTATE_cachedAllowUserToAddRowsInternal] = this.owner.AllowUserToAddRowsInternal;
1116
this.dataConnectionState
[
DATACONNECTIONSTATE_interestedInRowEvents] = true;
1143
this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp] = false;
1154
this.dataConnectionState
[
DATACONNECTIONSTATE_dataConnection_inSetDataConnection] = true;
1168
this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp] = true;
1195
this.dataConnectionState
[
DATACONNECTIONSTATE_dataConnection_inSetDataConnection] = false;
1385
this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit] = true;
1386
this.dataConnectionState
[
DATACONNECTIONSTATE_restoreRow] = restoreRow;
1415
this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit] = false;
1420
this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] = true;
1426
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = true;
1433
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = false;
1451
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = true;
1481
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = false;
1501
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = true;
1508
this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] = false;
1514
this.dataConnectionState
[
DATACONNECTIONSTATE_rowValidatingInAddNew] = true;
1530
this.dataConnectionState
[
DATACONNECTIONSTATE_rowValidatingInAddNew] = false;
1536
this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] = true;
1663
this.dataConnectionState
[
DATACONNECTIONSTATE_interestedInRowEvents] = false;
1673
this.dataConnectionState
[
DATACONNECTIONSTATE_interestedInRowEvents] = true;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (159)
87
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowCreatedByEditing] = createdByEditing;
323
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
445
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
544
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumn] = true;
876
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = false;
883
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumn] = false;
895
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumns] = true;
980
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = false;
1054
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = false;
1194
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowHorizontalScrollbar] = false;
1234
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowHorizontalScrollbar] = true;
1272
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumns] = false;
1731
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
1804
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
1874
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
2004
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
2177
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
2305
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
2427
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = true;
2469
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] = true;
2510
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation] = true;
2511
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showColumnRelocationInsertion] = false;
2536
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] = true;
2551
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackKeyboardColResize] = true;
2614
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBeginEdit] = true;
2682
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode] = true;
2764
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBeginEdit] = false;
2793
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize] = true;
2814
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize] = true;
3113
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = true;
3140
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = false;
4947
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true;
4967
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false;
4982
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true;
5002
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false;
5586
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] = true;
5676
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] = false;
5811
this.dataGridViewOper
[
DATAGRIDVIEWOPER_lastEditCtrlClickDoubled] = false;
5830
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] = true;
5877
this.dataGridViewOper
[
DATAGRIDVIEWOPER_lastEditCtrlClickDoubled] = true;
5978
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] = false;
6029
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = true;
6049
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = false;
6104
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showColumnRelocationInsertion] = false;
6212
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inEndEdit] = true;
6257
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingCtrl] = this.MouseOverEditingControl;
6258
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingPanel] = this.MouseOverEditingPanel;
6259
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = true;
6266
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = false;
6293
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode] = false;
6307
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inEndEdit] = false;
9843
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = true;
9873
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = false;
9894
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = true;
9895
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = true;
9914
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = false;
9915
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] = false;
10668
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showColumnRelocationInsertion] = ColumnRelocationTarget(e, hti, out this.trackColumnEdge);
10928
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
11051
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
11364
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
11445
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
11655
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_inBindingContextChanged] = true;
11695
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_inBindingContextChanged] = false;
12213
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_nextMouseUpIsDouble] = false;
12245
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_nextMouseUpIsDouble] = true;
12304
this.dataGridViewOper
[
DATAGRIDVIEWOPER_resizingOperationAboutToStart] = (e.Clicks == 1);
12432
this.dataGridViewOper
[
DATAGRIDVIEWOPER_resizingOperationAboutToStart] = false;
12517
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] = true;
12602
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] = true;
12682
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] = true;
12779
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] = true;
12862
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] = true;
13239
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont] = false;
13243
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientColumnHeadersFont] = false;
13247
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = false;
13254
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor] = false;
13526
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCellValidating] = true;
13539
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCellValidating] = false;
13683
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged] = this.selectedBandIndexes.Count > 0 ||
13849
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = true;
13881
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments] = false;
13980
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
14284
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] = true;
14491
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
14825
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
14840
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty] = true;
15173
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged] = true;
15526
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey] = false;
15599
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientColumnHeadersFont] = true;
15608
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = true;
15617
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont] = true;
15636
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor] = true;
15742
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle] = false;
16013
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = true;
16517
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves] = true;
16564
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingCtrl] = false;
16565
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingPanel] = false;
16566
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseEnterExpected] = false;
16575
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = false;
16598
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves] = false;
16604
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseEnterExpected] = true;
16655
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = true;
16677
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = true;
16702
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet] = false;
16789
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_scrolledSinceMouseDown] = false;
17477
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = false;
17539
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = true;
17681
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged] |= this.individualSelectedCells.RemoveAllCellsAtBand(true /*column*/, columnIndex) > 0 ||
17692
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = false;
17747
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = true;
17810
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged] |= this.individualSelectedCells.RemoveAllCellsAtBand(false /*column*/, rowIndexDeleted) > 0 ||
17859
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellSelected] = this.individualSelectedCells.Contains(dataGridViewCell);
17864
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellReadOnly] = this.individualReadOnlyCells.Contains(dataGridViewCell);
17954
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftValid] = false;
18118
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited] = false;
18126
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited] = true;
18565
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] = true;
19301
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowCreatedByEditing] = false;
19398
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingVerticalScroll] = true;
19419
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingVerticalScroll] = false;
19429
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingHorizontalScroll] = true;
19434
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingHorizontalScroll] = false;
19453
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged] = false;
19597
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_discardEditingControl] = true;
20358
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = true;
20394
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden] = true;
20427
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden] = false;
20437
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging] = false;
20648
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey] = true;
22341
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_forwardCharMessage] = true;
22354
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_forwardCharMessage] = false;
22422
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_currentCellWantsInputKey] = ((IDataGridViewEditingControl)this.editingControl).EditingControlWantsInputKey(ke.KeyData, dataGridViewWantsInputKey);
22441
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_currentCellWantsInputKey] = true;
25585
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns] = true;
25623
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns] = false;
25687
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rowsCollectionClearedInSetCell] = true;
25965
this.dataGridViewOper
[
DATAGRIDVIEWOPER_mouseOperationMask] = false;
25966
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] = false;
25967
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] = false;
25968
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] = false;
25986
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showColumnRelocationInsertion] = false;
26001
this.dataGridViewOper
[
DATAGRIDVIEWOPER_keyboardOperationMask] = false;
26353
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_scrolledSinceMouseDown] = true;
26464
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_scrolledSinceMouseDown] = true;
26856
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCurrentCellChange] = true;
26871
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] = false;
26945
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rowsCollectionClearedInSetCell] = false;
27050
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rowsCollectionClearedInSetCell] = false;
27152
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_discardEditingControl] = false;
27177
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCurrentCellChange] = false;
27569
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = true;
27574
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = false;
27605
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = true;
27610
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange] = false;
28237
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inSort] = true;
28324
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inSort] = false;
29967
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown] = true;
29974
this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown] = false;
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1709
_state
[
stateChildInfoValid] = true;
1737
set { _state
[
stateValid] = value;
1739
_state
[
stateChildInfoValid] = false;
1768
set { _state
[
stateChildHasColumnSpan] = value; }
1773
set { _state
[
stateChildHasRowSpan] = value; }
winforms\Managed\System\WinForms\ListView.cs (57)
340
listViewState
[
LISTVIEWSTATE_allowColumnReorder] = value;
364
listViewState
[
LISTVIEWSTATE_autoArrange] = value;
429
listViewState
[
LISTVIEWSTATE_backgroundImageTiled] = value;
515
listViewState
[
LISTVIEWSTATE_checkBoxes] = value;
551
listViewState
[
LISTVIEWSTATE_checkBoxes] = value;
666
listViewState
[
LISTVIEWSTATE_comctlSupportsVisualStylesTested] = true;
667
listViewState
[
LISTVIEWSTATE_comctlSupportsVisualStyles] = Application.ComCtlSupportsVisualStyles;
873
this.listViewState
[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] = value;
894
listViewState
[
LISTVIEWSTATE_fullRowSelect] = value;
917
listViewState
[
LISTVIEWSTATE_gridLines] = value;
980
listViewState
[
LISTVIEWSTATE_nonclickHdr] = !listViewState[LISTVIEWSTATE_nonclickHdr];
1006
listViewState
[
LISTVIEWSTATE_hideSelection] = value;
1027
listViewState
[
LISTVIEWSTATE_hotTracking] = value;
1057
listViewState
[
LISTVIEWSTATE_hoverSelection] = value;
1095
this.listViewState
[
LISTVIEWSTATE_itemCollectionChangedInMouseDown] = value;
1132
listViewState
[
LISTVIEWSTATE_labelEdit] = value;
1154
listViewState
[
LISTVIEWSTATE_labelWrap] = value;
1213
listViewState
[
LISTVIEWSTATE_handleDestroyed] = value;
1257
listViewState
[
LISTVIEWSTATE_multiSelect] = value;
1281
listViewState
[
LISTVIEWSTATE_ownerDraw] = value;
1346
listViewState
[
LISTVIEWSTATE_scrollable] = value;
1400
this.listViewState
[
LISTVIEWSTATE_showGroups] = value;
1471
listViewState
[
LISTVIEWSTATE_showItemToolTips] = value;
1755
this.listViewState1
[
LISTVIEWSTATE1_useCompatibleStateImageBehavior] = value;
1885
listViewState
[
LISTVIEWSTATE_virtualMode] = value;
2916
listViewState1
[
LISTVIEWSTATE1_disposingImageLists] = true;
2932
listViewState1
[
LISTVIEWSTATE1_disposingImageLists] = false;
3872
this.listViewState1
[
LISTVIEWSTATE1_insertingItemsNatively] = true;
3976
this.listViewState1
[
LISTVIEWSTATE1_insertingItemsNatively] = false;
3982
this.listViewState1
[
LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
4250
listViewState
[
LISTVIEWSTATE_comctlSupportsVisualStylesTested] = false;
5410
listViewState
[
LISTVIEWSTATE_mouseUpFired] = false;
5411
listViewState
[
LISTVIEWSTATE_expectingMouseUp] = true;
5519
listViewState
[
LISTVIEWSTATE_columnClicked] = false;
5525
this.listViewState
[
LISTVIEWSTATE_headerControlTracking] = true;
5528
this.listViewState1
[
LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
5530
this.listViewState1
[
LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
5563
this.listViewState
[
LISTVIEWSTATE_columnResizeCancelled] = true;
5566
this.listViewState1
[
LISTVIEWSTATE1_cancelledColumnWidthChanging] = true;
5629
this.listViewState
[
LISTVIEWSTATE_headerControlTracking] = false;
5639
this.listViewState1
[
LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
5712
this.listViewState
[
LISTVIEWSTATE_headerDividerDblClick] = true;
5716
this.listViewState
[
LISTVIEWSTATE_columnResizeCancelled] = false;
5731
this.listViewState
[
LISTVIEWSTATE_headerDividerDblClick] = false;
5733
this.listViewState
[
LISTVIEWSTATE_columnResizeCancelled] = false;
5827
listViewState
[
LISTVIEWSTATE_inLabelEdit] = !e.CancelEdit;
5833
listViewState
[
LISTVIEWSTATE_columnClicked] = true;
5840
listViewState
[
LISTVIEWSTATE_inLabelEdit] = false;
5952
this.listViewState1
[
LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
5957
this.listViewState1
[
LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;
5984
listViewState
[
LISTVIEWSTATE_mouseUpFired] = true;
5999
listViewState
[
LISTVIEWSTATE_doubleclickFired] = true;
6002
listViewState
[
LISTVIEWSTATE_mouseUpFired] = false;
6282
listViewState
[
LISTVIEWSTATE_doubleclickFired] = false;
6289
listViewState
[
LISTVIEWSTATE_expectingMouseUp] = false;
6294
listViewState
[
LISTVIEWSTATE_mouseUpFired] = true;
6315
listViewState
[
LISTVIEWSTATE_mouseUpFired] = true;
winforms\Managed\System\WinForms\MaskedTextBox.cs (45)
127
this.flagState
[
IS_NULL_MASK] = true;
142
this.flagState
[
IS_NULL_MASK] = false;
156
this.flagState
[
IS_NULL_MASK] = false;
180
this.flagState
[
HIDE_PROMPT_ON_LEAVE ] = false;
181
this.flagState
[
BEEP_ON_ERROR ] = false;
182
this.flagState
[
USE_SYSTEM_PASSWORD_CHAR ] = false;
183
this.flagState
[
REJECT_INPUT_ON_FIRST_FAILURE] = false;
187
this.flagState
[
CUTCOPYINCLUDEPROMPT ] = this.maskedTextProvider.IncludePrompt;
188
this.flagState
[
CUTCOPYINCLUDELITERALS ] = this.maskedTextProvider.IncludeLiterals;
191
this.flagState
[
HANDLE_KEY_PRESS] = true;
313
this.flagState
[
BEEP_ON_ERROR] = value;
450
this.flagState
[
CUTCOPYINCLUDEPROMPT] = true;
451
this.flagState
[
CUTCOPYINCLUDELITERALS] = false;
455
this.flagState
[
CUTCOPYINCLUDEPROMPT] = false;
456
this.flagState
[
CUTCOPYINCLUDELITERALS] = true;
461
this.flagState
[
CUTCOPYINCLUDEPROMPT] = include;
462
this.flagState
[
CUTCOPYINCLUDELITERALS] = include;
506
this.flagState
[
HIDE_PROMPT_ON_LEAVE] = value;
670
this.flagState
[
QUERY_BASE_TEXT] = true;
677
this.flagState
[
QUERY_BASE_TEXT] = false;
730
this.flagState
[
IS_NULL_MASK] = true;
1078
this.flagState
[
REJECT_INPUT_ON_FIRST_FAILURE] = value;
1192
this.flagState
[
IME_COMPLETING] = true;
1606
this.flagState
[
USE_SYSTEM_PASSWORD_CHAR] = value;
1824
this.flagState
[
QUERY_BASE_TEXT] = true;
1831
this.flagState
[
QUERY_BASE_TEXT] = false;
1844
this.flagState
[
QUERY_BASE_TEXT] = true;
1851
this.flagState
[
QUERY_BASE_TEXT] = false;
1944
this.flagState
[
QUERY_BASE_TEXT] = true;
1951
this.flagState
[
QUERY_BASE_TEXT] = false;
1964
this.flagState
[
QUERY_BASE_TEXT] = true;
1971
this.flagState
[
QUERY_BASE_TEXT] = false;
2060
this.flagState
[
HANDLE_KEY_PRESS] = false;
2068
this.flagState
[
INSERT_TOGGLED] = !this.flagState[INSERT_TOGGLED];
2096
this.flagState
[
HANDLE_KEY_PRESS] = false;
2137
this.flagState
[
HANDLE_KEY_PRESS] = true;
2191
this.flagState
[
HANDLE_KEY_PRESS] = true;
2261
this.flagState
[
IME_COMPLETING] = false;
2266
this.flagState
[
IME_ENDING_COMPOSITION] = false;
2367
this.flagState
[
QUERY_BASE_TEXT] = false;
2374
this.flagState
[
QUERY_BASE_TEXT] = queryBaseText;
2853
this.flagState
[
IS_NULL_MASK] = false;
2910
this.flagState
[
QUERY_BASE_TEXT] = true;
2933
this.flagState
[
QUERY_BASE_TEXT] = false;
3240
this.flagState
[
IME_ENDING_COMPOSITION] = true;
winforms\Managed\System\WinForms\PictureBox.cs (15)
205
pictureBoxState
[
PICTUREBOXSTATE_cancellationPending] = true;
312
pictureBoxState
[
PICTUREBOXSTATE_useDefaultErrorImage] = false;
412
pictureBoxState
[
PICTUREBOXSTATE_needToLoadImageLocation] = !string.IsNullOrEmpty(imageLocation);
513
pictureBoxState
[
PICTUREBOXSTATE_useDefaultInitialImage] = false;
577
pictureBoxState
[
PICTUREBOXSTATE_needToLoadImageLocation] = false;
648
pictureBoxState
[
PICTUREBOXSTATE_asyncOperationInProgress] = true;
666
pictureBoxState
[
PICTUREBOXSTATE_needToLoadImageLocation] = false;
667
pictureBoxState
[
PICTUREBOXSTATE_cancellationPending] = false;
726
pictureBoxState
[
PICTUREBOXSTATE_cancellationPending] = false;
727
pictureBoxState
[
PICTUREBOXSTATE_asyncOperationInProgress] = false;
888
pictureBoxState
[
PICTUREBOXSTATE_useDefaultInitialImage] = true;
894
pictureBoxState
[
PICTUREBOXSTATE_useDefaultErrorImage] = true;
1404
pictureBoxState
[
PICTUREBOXSTATE_waitOnLoad] = value;
1419
pictureBoxState
[
PICTUREBOXSTATE_inInitialization] = true;
1436
pictureBoxState
[
PICTUREBOXSTATE_inInitialization] = false;
winforms\Managed\System\WinForms\StatusStrip.cs (4)
52
state
[
stateSizingGrip] = true;
214
state
[
stateSizingGrip] = value;
334
state
[
stateCalledSpringTableLayout] = false;
447
state
[
stateCalledSpringTableLayout]= true;
winforms\Managed\System\WinForms\TabControl.cs (30)
492
tabControlState
[
TABCONTROLSTATE_hotTrack] = value;
561
tabControlState
[
TABCONTROLSTATE_getTabRectfromItemSize] = true;
596
tabControlState
[
TABCONTROLSTATE_insertingItem] = value;
619
tabControlState
[
TABCONTROLSTATE_multiline] = value;
742
tabControlState
[
TABCONTROLSTATE_UISelection] = true;
745
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
749
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
759
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = true;
761
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
762
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = false;
767
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = false;
864
tabControlState
[
TABCONTROLSTATE_showToolTips] = value;
1243
tabControlState
[
TABCONTROLSTATE_getTabRectfromItemSize] = false ;
1382
tabControlState
[
TABCONTROLSTATE_fromCreateHandles] = true;
1386
tabControlState
[
TABCONTROLSTATE_fromCreateHandles] = false;
1546
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
1672
tabControlState
[
TABCONTROLSTATE_fromCreateHandles] = true;
1676
tabControlState
[
TABCONTROLSTATE_fromCreateHandles] = false;
1814
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
1818
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
1840
tabControlState
[
TABCONTROLSTATE_UISelection] = true;
1841
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = true;
1844
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = !focused;
1853
tabControlState
[
TABCONTROLSTATE_selectFirstControl] = false;
1935
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
2176
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
2182
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
2186
tabControlState
[
TABCONTROLSTATE_UISelection] = true;
2192
tabControlState
[
TABCONTROLSTATE_UISelection] = false;
2196
tabControlState
[
TABCONTROLSTATE_UISelection] = true;
winforms\Managed\System\WinForms\TextBoxBase.cs (22)
119
textBoxFlags
[
autoSize | hideSelection | wordWrap | shortcutsEnabled] = true;
154
textBoxFlags
[
acceptsTab] = value;
199
textBoxFlags
[
shortcutsEnabled] = value;
267
textBoxFlags
[
autoSize] = value;
620
textBoxFlags
[
hideSelection] = value;
786
textBoxFlags
[
modified] = curState;
805
textBoxFlags
[
modified] = value;
846
textBoxFlags
[
multiline] = value;
1070
textBoxFlags
[
readOnly] = value;
1293
textBoxFlags
[
codeUpdateText] = true;
1298
textBoxFlags
[
codeUpdateText] = false;
1315
textBoxFlags
[
codeUpdateText] = true;
1330
textBoxFlags
[
codeUpdateText] = false;
1355
textBoxFlags
[
wordWrap] = value;
1480
textBoxFlags
[
creatingHandle] = true;
1491
textBoxFlags
[
creatingHandle] = false;
1564
textBoxFlags
[
scrollToCaretOnHandleCreated] = false;
1573
textBoxFlags
[
modified] = Modified;
1574
textBoxFlags
[
setSelectionOnHandleCreated] = true;
1899
textBoxFlags
[
scrollToCaretOnHandleCreated] = true;
1965
textBoxFlags
[
setSelectionOnHandleCreated] = true;
2060
textBoxFlags
[
setSelectionOnHandleCreated] = false;
winforms\Managed\System\WinForms\ToolBar.cs (5)
203
toolBarState
[
TOOLBARSTATE_autoSize] = value;
502
toolBarState
[
TOOLBARSTATE_divider] = value;
578
toolBarState
[
TOOLBARSTATE_dropDownArrows] = value;
865
toolBarState
[
TOOLBARSTATE_showToolTips] = value;
963
toolBarState
[
TOOLBARSTATE_wrappable] = value;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
384
state
[
stateLastDoubleBuffer] = this.DoubleBuffered;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (10)
159
state
[
stateAllowTransparency] = value;
161
state
[
stateLayered] = state[stateAllowTransparency];
594
state
[
stateIsRestrictedWindowChecked] = true;
595
state
[
stateIsRestrictedWindow] = false;
613
state
[
stateIsRestrictedWindow] = true;
772
state
[
stateLayered] = true;
776
state
[
stateLayered] = false;
1085
state
[
stateNotWorkingAreaConstrained] = notConstrained;
1796
state
[
stateInSetVisibleCore] = true;
2004
state
[
stateInSetVisibleCore] = false;
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
227
state
[
stateShowImageMargin] = value;
245
state
[
stateShowCheckMargin] = value;
512
state
[
stateMaxItemSizeValid]=true;
575
state
[
stateShowImageMargin] = true;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
28
options
[
optionsDottedBorder | optionsDottedGrip | optionsFillWhenSelected] = !systemRenderMode;
winforms\Managed\System\WinForms\ToolStripItem.cs (35)
191
state
[
stateEnabled | stateAutoSize | stateVisible | stateContstructing | stateSupportsItemClick | stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true;
192
state
[
stateAllowDrop | stateMouseDownAndNoDrag | stateSupportsRightClick | statePressed | stateSelected | stateDisposed | stateDoubleClickEnabled | stateRightToLeftAutoMirrorImage | stateSupportsSpaceKey] = false;
197
state
[
stateContstructing] = false;
385
state
[
stateAllowDrop] = value;
406
state
[
stateAutoSize] = value;
426
state
[
stateAutoToolTip] = value;
829
state
[
stateDoubleClickEnabled] = value;
950
state
[
stateEnabled] = value;
954
state
[
stateSelected | statePressed] = false;
1249
state
[
stateInvalidMirroredImage] = true;
1273
state
[
stateInvalidMirroredImage] = true;
1335
state
[
stateInvalidMirroredImage] = true;
1374
state
[
stateInvalidMirroredImage] = true;
1522
state
[
stateUseAmbientMargin] = false;
1591
set { state
[
stateMouseDownAndUpMustBeInSameItem] = value; }
2087
state
[
stateRightToLeftAutoMirrorImage] = value;
2104
state
[
stateInvalidMirroredImage] = false;
2201
state
[
stateSupportsRightClick] = value;
2210
state
[
stateSupportsItemClick] = value;
2219
state
[
stateSupportsSpaceKey] = value;
2229
state
[
stateSupportsDisabledHotTracking] = value;
2478
state
[
stateCurrentlyAnimatingImage] = animate;
2484
state
[
stateCurrentlyAnimatingImage] = animate;
2531
state
[
stateDisposing] = true;
2538
state
[
stateDisposed] = true;
2548
state
[
stateDisposing] = false;
2806
state
[
statePressed] = true;
2825
state
[
statePressed] = false;
2905
state
[
stateMouseDownAndNoDrag | statePressed | stateSelected] = false;
2925
state
[
stateMouseDownAndNoDrag] = !BeginDragForItemReorder();
3419
state
[
statePressed] = push;
3546
state
[
stateSelected] = true;
3604
state
[
stateVisible]= visible;
3811
state
[
stateUseAmbientMargin] = true;
3929
state
[
stateSelected] = false;
winforms\Managed\System\WinForms\ToolStripPanel.cs (12)
87
this.state
[
stateLocked | stateBeginInit | stateChangingZOrder] = false;
236
state
[
stateLocked] = value;
431
state
[
stateBeginInit] = true;
436
state
[
stateBeginInit] = false;
437
state
[
stateEndInit] = true;
444
state
[
stateEndInit] = false;
565
state
[
stateLayoutSuspended] = true;
571
state
[
stateLayoutSuspended] = false;
605
state
[
stateRightToLeftChanged] = true;
702
state
[
stateRightToLeftChanged] = false;
952
state
[
stateInJoin] = true;
957
state
[
stateInJoin] = false;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (8)
73
this.state
[
stateVisible] = visible;
74
this.state
[
stateDisposing | stateLocked| stateInitialized] = false;
131
state
[
stateCachedBoundsMode] = value;
205
state
[
stateInitialized] = value;
286
state
[
stateDisposing] = true;
291
state
[
stateDisposing] = false;
365
state
[
stateInLayout] = true;
390
state
[
stateInLayout] = false;
winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs (9)
36
state
[
stateUseDefaultRenderer] = true;
37
state
[
stateAttachedRendererChanged] = false;
54
state
[
stateUseDefaultRenderer] = false;
65
state
[
stateUseDefaultRenderer] = (value == null);
105
state
[
stateUseDefaultRenderer] = true;
110
state
[
stateUseDefaultRenderer] = false;
132
state
[
stateAttachedRendererChanged] = false;
142
state
[
stateAttachedRendererChanged] = true;
148
state
[
stateAttachedRendererChanged] = false;
winforms\Managed\System\WinForms\TreeNode.cs (1)
321
treeNodeState
[
TREENODESTATE_isChecked] = value;
winforms\Managed\System\WinForms\TreeView.cs (29)
326
treeViewState
[
TREEVIEWSTATE_checkBoxes] = value;
483
treeViewState
[
TREEVIEWSTATE_fullRowSelect] = value;
508
treeViewState
[
TREEVIEWSTATE_hideSelection] = value;
534
treeViewState
[
TREEVIEWSTATE_hotTracking] = value;
846
treeViewState
[
TREEVIEWSTATE_labelEdit] = value;
1026
treeViewState
[
TREEVIEWSTATE_scrollable] = value;
1169
treeViewState
[
TREEVIEWSTATE_showLines] = value;
1192
treeViewState
[
TREEVIEWSTATE_showNodeToolTips] = value;
1215
treeViewState
[
TREEVIEWSTATE_showPlusMinus] = value;
1237
treeViewState
[
TREEVIEWSTATE_showRootLines] = value;
1261
treeViewState
[
TREEVIEWSTATE_sorted] = value;
2042
treeViewState
[
TREEVIEWSTATE_stopResizeWindowMsgs] = true;
2056
treeViewState
[
TREEVIEWSTATE_stopResizeWindowMsgs] = false;
3047
treeViewState
[
TREEVIEWSTATE_showTreeViewContextMenu] = true;
3061
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = true;
3237
treeViewState
[
TREEVIEWSTATE_doubleclickFired] = true;
3239
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3247
treeViewState
[
TREEVIEWSTATE_ignoreSelects] = true;
3255
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3305
treeViewState
[
TREEVIEWSTATE_doubleclickFired] = false;
3316
treeViewState
[
TREEVIEWSTATE_doubleclickFired] = false;
3317
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3325
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3330
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3343
treeViewState
[
TREEVIEWSTATE_doubleclickFired] = true;
3345
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3352
treeViewState
[
TREEVIEWSTATE_mouseUpFired] = false;
3372
treeViewState
[
TREEVIEWSTATE_lastControlValidated] = false;
3384
treeViewState
[
TREEVIEWSTATE_showTreeViewContextMenu] = false;
winforms\Managed\System\WinForms\WebBrowser.cs (8)
108
webBrowserState
[
WEBBROWSERSTATE_allowNavigation] = value;
176
webBrowserState
[
WEBBROWSERSTATE_webBrowserShortcutsEnabled] = value;
207
webBrowserState
[
WEBBROWSERSTATE_canGoBack] = value;
240
webBrowserState
[
WEBBROWSERSTATE_canGoForward] = value;
314
webBrowserState
[
WEBBROWSERSTATE_documentStreamJustSet] = true;
319
webBrowserState
[
WEBBROWSERSTATE_documentStreamJustSet] = false;
485
webBrowserState
[
WEBBROWSERSTATE_isWebBrowserContextMenuEnabled] = value;
945
webBrowserState
[
WEBBROWSERSTATE_scrollbarsEnabled] = value;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
664
this.axHostState
[
mask] = value;
906 references to
PresentationCore (1)
Core\CSharp\System\Windows\RoutedEventArgs.cs (1)
395
return _flags
[
InvokingHandlerIndex];
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
438
return _axHostState
[
mask];
System (44)
compmod\system\componentmodel\MaskedTextProvider.cs (7)
465
return this.flagState
[
ALLOW_PROMPT_AS_INPUT];
617
return this.flagState
[
INCLUDE_LITERALS];
633
return this.flagState
[
INCLUDE_PROMPT];
648
return this.flagState
[
ASCII_ONLY];
826
return this.flagState
[
RESET_ON_PROMPT];
845
return this.flagState
[
SKIP_SPACE];
865
return this.flagState
[
RESET_ON_LITERALS];
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
244
if (!state
[
BitAmbientValueQueried]) {
263
if (!state
[
BitChangedQueried]) {
287
if (!state
[
BitIPropChangedQueried]) {
317
if (!state
[
BitDefaultValueQueried]) {
340
if (!state
[
BitGetQueried]) {
409
if (!state
[
BitResetQueried]) {
448
if (!state
[
BitSetQueried] && state
[
BitSetOnDemand])
476
if (!state
[
BitSetQueried]) {
512
if (!state
[
BitShouldSerializeQueried]) {
988
if (state
[
BitChangedQueried] && realChangedEvent == null) {
services\monitoring\system\diagnosticts\EventLogInternal.cs (26)
452
return boolFlags
[
Flag_monitoring];
610
if (boolFlags
[
Flag_initializing]) throw new InvalidOperationException(SR.GetString(SR.InitTwice));
612
if (boolFlags
[
Flag_monitoring])
685
if (boolFlags
[
Flag_monitoring])
705
if (boolFlags
[
Flag_disposed]) {
712
if (boolFlags
[
Flag_notifying]) {
817
if (boolFlags
[
Flag_monitoring])
955
if (cache == null || (boolFlags
[
Flag_forwards] && entryIndex < firstCachedEntry) ||
956
(!boolFlags
[
Flag_forwards] && entryIndex > firstCachedEntry) || firstCachedEntry == -1) {
973
if (boolFlags
[
Flag_forwards]) {
986
if (boolFlags
[
Flag_forwards]) {
1000
if (boolFlags
[
Flag_forwards])
1009
if (boolFlags
[
Flag_forwards])
1281
if (this.boolFlags
[
Flag_disposed])
1322
if (this.boolFlags
[
Flag_disposed])
1367
bool isMonitoring = boolFlags
[
Flag_monitoring];
1368
bool isListening = boolFlags
[
Flag_registeredAsListener];
1418
Debug.Assert(!boolFlags
[
Flag_registeredAsListener], "StartListening called with boolFlags[Flag_registeredAsListener] true.");
1426
if (!boolFlags
[
Flag_initializing] && !boolFlags
[
Flag_monitoring] && !parent.ComponentDesignMode) {
1466
Debug.Assert(boolFlags
[
Flag_registeredAsListener], "StopListening called without StartListening.");
1474
if (!boolFlags
[
Flag_initializing] && boolFlags
[
Flag_monitoring] && !parent.ComponentDesignMode) {
1511
if (boolFlags
[
Flag_sourceVerified])
1626
if (!boolFlags
[
Flag_writeGranted]) {
1654
if (!boolFlags
[
Flag_writeGranted]) {
System.Windows.Forms (860)
winforms\Managed\System\WinForms\ArrangedElement.cs (2)
123
return state
[
stateVisible];
126
if ( state
[
stateVisible] != value) {
winforms\Managed\System\WinForms\AxHost.cs (51)
315
if (axState
[
fOwnWindow] && IsUserMode()) {
323
return this.axState
[
mask];
567
return(axState
[
fOwnWindow] &&
610
if (f.Visible && Visible && !axState
[
fOwnWindow]) {
1200
return axState
[
fOwnWindow] || axState
[
fFakingWindow];
1224
if (axState
[
addedSelectionHandler]) return;
1252
if (!axState
[
addedSelectionHandler]) return false;
1262
if (DesignMode && hook != axState
[
renameEventHooked])
1290
if (axState
[
disposed])
1320
if (olduMode != newuMode && !IsHandleCreated && !axState
[
disposed]) {
1413
if (!axState
[
fOwnWindow]) {
1414
if (axState
[
fNeedOwnWindow]) {
1428
if (axState
[
fNeedOwnWindow]) {
1572
if (axState
[
fFakingWindow]) {
1595
if (axState
[
manualUpdate]) {
1627
this.WindowAssignHandle(handle, axState
[
assignUniqueID]);
1641
if (axState
[
fOwnWindow]) {
1664
if (axState
[
inTransition]) {
1685
if (axState
[
fFakingWindow]) {
1719
if (axState
[
inTransition]) {
1748
Debug.Assert(!axState
[
fOwnWindow], "If we are invis at runtime, we should never be going beynd OC_RUNNING");
1749
if (!axState
[
fOwnWindow]) {
1770
if (!IsUserMode() && !axState
[
ocxStateSet]) {
1853
Debug.Assert(axState
[
fFakingWindow], "have to be faking it in order to destroy it...");
1892
if (!axState
[
fOwnWindow]) {
1895
if (axState
[
fFakingWindow]) {
1921
Debug.Assert(!axState
[
fFakingWindow], "if we were visible, we could not have had a fake window...");
1929
if (!axState
[
fOwnWindow]) {
1956
Debug.Assert(!axState
[
fOwnWindow], "can't own our window when hiding");
2030
if (axState
[
siteProcessedInputKey]) {
2075
else if (axState
[
siteProcessedInputKey]) {
2170
Debug.Assert(!axState
[
disposed], "we chould not be asking for the object when we are axState[disposed]...");
2350
if (axState
[
valueChanged]) {
2504
bool ownDispose = this.axState
[
ownDisposing];
2530
if (licenseKey != null || !axState
[
needLicenseKey]) {
2720
if (!axState
[
editorRefresh] && HasPropertyPages()) {
2819
if (axState
[
refreshProperties]) {
2826
return axState
[
refreshProperties];
2830
if (value && !axState
[
listeningToIdle]) {
2834
else if (!value && axState
[
listeningToIdle]) {
3228
if (!axState
[
sinkAttached]) {
3242
if (axState
[
sinkAttached]) {
3424
if (false && (axState
[
manualUpdate] && IsUserMode())) {
3522
if (axState
[
processingKeyUp])
3599
if (!axState
[
fFakingWindow]) {
3600
this.WindowAssignHandle(hwnd, axState
[
assignUniqueID]);
4502
if (!GetControlEnabled() || axState
[
rejectSelection]) return false;
4531
return axState
[
ownDisposing];
4701
if (iCategorizeProperties == null && !axState
[
checkedCP] && instance != null) {
4711
if (iPerPropertyBrowsing == null && !axState
[
checkedIppb] && instance != null) {
winforms\Managed\System\WinForms\ContainerControl.cs (8)
617
if( this.state
[
stateProcessingMnemonic]){
853
if (!state
[
stateScalingChild] && !performLayout && AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.Inherit && state
[
stateScalingNeededOnLayout]) {
1024
if (state
[
stateScalingNeededOnLayout]) {
1025
PerformAutoScale(state
[
stateScalingNeededOnLayout], false);
1108
bool scaleUs = (requestingControl != this || state
[
stateParentChanged]);
1599
if (state
[
stateValidating]) {
1781
if (state
[
stateValidating])
winforms\Managed\System\WinForms\Control.cs (30)
16447
return activeXState
[
eventsFrozen];
16532
if (activeXState
[
inPlaceActive]) {
16538
activeXState
[
isDirty]) {
16613
if (activeXState
[
inPlaceVisible]) {
16806
if (activeXState
[
viewAdviseOnlyOnce]) padvf[0] |= NativeMethods.ADVF_ONLYONCE;
16807
if (activeXState
[
viewAdvisePrimeFirst]) padvf[0] |= NativeMethods.ADVF_PRIMEFIRST;
17007
if (!activeXState
[
inPlaceActive]) {
17045
if (!activeXState
[
inPlaceActive]) {
17065
if (!activeXState
[
inPlaceVisible]) {
17116
Debug.Assert(activeXState
[
inPlaceVisible], "Failed to set inplacevisible");
17128
if (!activeXState
[
uiActive]) {
17177
if (!activeXState
[
inPlaceActive]) {
17183
if (activeXState
[
uiActive]) {
17225
if (activeXState
[
isDirty]) {
17562
if (activeXState
[
uiActive] && fActivate != 0 && inPlaceFrame != null) {
17584
if (activeXState
[
inPlaceActive] && clientSite is UnsafeNativeMethods.IOleControlSite) {
17594
if (focus && activeXState
[
inPlaceActive] && !activeXState
[
uiActive]) {
18117
if (activeXState
[
viewAdvisePrimeFirst]) {
18245
if (activeXState
[
changingExtents]) {
18258
if (activeXState
[
inPlaceActive]) {
18285
if (!activeXState
[
inPlaceActive]) {
18292
if (!activeXState
[
inPlaceActive] && clientSite != null) {
18360
if (activeXState
[
adjustingRect]) {
18581
if (!activeXState
[
uiActive]) {
18627
if (!activeXState
[
adjustingRect] && activeXState
[
inPlaceVisible]) {
18712
if (viewAdviseSink != null && !activeXState
[
saving]) {
18721
if (activeXState
[
viewAdviseOnlyOnce]) {
18741
if (activeXState
[
uiDead]) {
winforms\Managed\System\WinForms\DataGrid.cs (75)
396
return gridState
[
GRIDSTATE_allowSorting];
674
return gridState
[
GRIDSTATE_listHasErrors];
916
bool wasEditing = gridState
[
GRIDSTATE_isEditing];
1014
if (gridState
[
GRIDSTATE_isEditing])
1016
} else if (gridState
[
GRIDSTATE_inAddNewRow]) {
1568
if (!force && !dataSourceChanged && !dataMemberChanged && gridState
[
GRIDSTATE_inSetListManager])
1659
if (listManagerChanged || gridState
[
GRIDSTATE_metaDataChanged]) {
1962
return gridState
[
GRIDSTATE_isFlatMode];
2268
if (gridState
[
GRIDSTATE_isScrolling])
2272
if (currentCol >= firstVisibleCol && currentCol < firstVisibleCol + numVisibleCols - 1 && (gridState
[
GRIDSTATE_isEditing] || gridState
[
GRIDSTATE_isNavigating]))
2329
return gridState
[
GRIDSTATE_isLedgerStyle];
2462
return gridState
[
GRIDSTATE_allowNavigation];
2745
return gridState
[
GRIDSTATE_readOnlyMode];
2813
return gridState
[
GRIDSTATE_columnHeadersVisible];
2888
return gridState
[
GRIDSTATE_rowHeadersVisible];
3118
if (gridState
[
GRIDSTATE_inListAddNew]) {
3131
} else if (gridState
[
GRIDSTATE_inAddNewRow] && !gridState
[
GRIDSTATE_inDeleteRow]) {
3136
} else if (!gridState
[
GRIDSTATE_inDeleteRow]) {
3239
if (this.DataGridRowsLength > this.listManager.Count + (policy.AllowAdd?1:0) && !gridState
[
GRIDSTATE_inDeleteRow]) {
3240
Debug.Assert(!gridState
[
GRIDSTATE_inAddNewRow] && !gridState
[
GRIDSTATE_inListAddNew], "how can the list decrease when we are adding a row?");
3739
if (this.DataSource != null && !gridState
[
GRIDSTATE_inSetListManager])
3864
if (gridState
[
GRIDSTATE_editControlChanging]) return;
3869
if (gridState
[
GRIDSTATE_layoutSuspended]) return;
3932
if (gridState
[
GRIDSTATE_canFocus] && !gridState
[
GRIDSTATE_editControlChanging]) {
3955
if (this.listManager != null && !this.gridState
[
GRIDSTATE_editControlChanging]) {
3956
if (gridState
[
GRIDSTATE_inAddNewRow]) {
3973
if (!this.gridState
[
GRIDSTATE_editControlChanging])
4194
if (gridState
[
GRIDSTATE_overCaption]) {
4220
if (gridState
[
GRIDSTATE_trackColResize]) {
4224
if (gridState
[
GRIDSTATE_trackRowResize])
4229
if (gridState
[
GRIDSTATE_trackColResize] || location.type == HitTestType.ColumnResize)
4234
else if ( gridState
[
GRIDSTATE_trackRowResize] || location.type == HitTestType.RowResize)
4251
if (lastRowSelected != -1 && !gridState
[
GRIDSTATE_dragging]) {
4259
if (!localGridRows[rowOver].OnMouseMove(p.X, p.Y, layout.RowHeaders, alignToRight) && gridState
[
GRIDSTATE_dragging]) {
4306
if (gridState
[
GRIDSTATE_overCaption]) {
4322
if (gridState
[
GRIDSTATE_trackColResize]) {
4326
if (gridState
[
GRIDSTATE_trackRowResize])
4555
Debug.Assert(gridState
[
GRIDSTATE_isEditing], "Can't abort an edit that is not happening!");
4678
if (gridState
[
GRIDSTATE_isEditing])
5212
if (!gridState
[
GRIDSTATE_isEditing] && !gridState
[
GRIDSTATE_isNavigating] || (gridState
[
GRIDSTATE_editControlChanging] && !gridState
[
GRIDSTATE_isScrolling]))
5221
if (editColumn.ReadOnly || gridState
[
GRIDSTATE_inAddNewRow]) {
5227
if (focusTheGrid && gridState
[
GRIDSTATE_canFocus])
5232
if (focusTheGrid && gridState
[
GRIDSTATE_canFocus] && CanFocus && !Focused)
5962
if (gridState
[
GRIDSTATE_isEditing]) {
5987
if (!gridState
[
GRIDSTATE_isEditing] && !gridState
[
GRIDSTATE_isNavigating])
6047
if (gridState
[
GRIDSTATE_inAddNewRow]) {
6868
if (gridState
[
GRIDSTATE_inAddNewRow]) {
7362
int newDataGridRowsLength = currentRowCount - deletedRows + (gridState
[
GRIDSTATE_inAddNewRow] ? 1:0);
7378
if (gridState
[
GRIDSTATE_inAddNewRow]) {
7441
localGridRows[row].PaintHeader(g, headerBounds, alignRight, gridState
[
GRIDSTATE_isEditing]);
8136
if (!gridState
[
GRIDSTATE_isEditing])
8175
if (gridState
[
GRIDSTATE_isEditing])
8261
if (gridState
[
GRIDSTATE_isEditing]) {
8346
if (gridState
[
GRIDSTATE_childLinkFocused] || (!gridState
[
GRIDSTATE_childLinkFocused] && (keyData & Keys.Shift) != Keys.Shift)) {
8354
if (gridState
[
GRIDSTATE_canFocus] && CanFocus && !Focused)
8388
if (!gridState
[
GRIDSTATE_childLinkFocused]) {
8399
if (gridState
[
GRIDSTATE_canFocus] && CanFocus && !Focused)
8459
if (!gridState
[
GRIDSTATE_childLinkFocused]) // bug 86803
8461
} else if (gridState
[
GRIDSTATE_childLinkFocused] && CurrentColumn == lastColumnMarkedVisible) {
8490
if (gridState
[
GRIDSTATE_inAddNewRow]) {
8611
bool wasEditing = this.gridState
[
GRIDSTATE_isEditing];
8614
if (gridState
[
GRIDSTATE_isScrolling]) {
8926
if (gridState
[
GRIDSTATE_isNavigating] || gridState
[
GRIDSTATE_isEditing])
8938
if (gridState
[
GRIDSTATE_isNavigating] || gridState
[
GRIDSTATE_isEditing])
winforms\Managed\System\WinForms\DataGridView.cs (53)
728
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToAddRows];
786
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToDeleteRows];
840
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_allowUserToOrderColumns];
885
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowUserToResizeColumns];
930
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowUserToResizeRows];
1040
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_autoGenerateColumns];
1043
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_autoGenerateColumns] != value)
1076
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isAutoSized];
1687
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_cellMouseDownInContentBounds];
2116
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_columnHeadersVisible];
2883
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_enableHeadersVisualStyles];
2887
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_enableHeadersVisualStyles] != value)
3474
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingHorizontalScroll])
3546
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumn] || this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumns];
3554
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBeginEdit];
3562
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments];
3574
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_inEndEdit];
3595
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_initializing];
3603
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_inSort];
3613
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedCellChanged];
3621
if (value != this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedCellChanged])
3635
return this.editingControl != null || this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode];
3648
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty;
3652
QuestionEventArgs qe = new QuestionEventArgs(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedRowChanged] || this.IsCurrentCellDirty);
3663
if (value != this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedRowChanged])
3679
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] ||
3680
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize] ||
3681
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] ||
3682
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize] ||
3683
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation] ||
3687
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited]);
3704
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestrictedChecked])
3723
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_isRestricted];
3787
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_multiSelect];
3914
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_readOnly];
3918
if (value != this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_readOnly])
4013
return this.dataGridViewOper
[
DATAGRIDVIEWOPER_resizingOperationAboutToStart];
4021
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftValid])
4023
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftMode];
4027
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rightToLeftMode];
4265
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_rowHeadersVisible];
4749
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_initializing] &&
4776
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showCellErrors];
4831
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showCellToolTips];
4885
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showEditingIcon];
4926
return this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showRowErrors];
5025
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_standardTab];
5029
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_standardTab] != value)
5178
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
5271
return this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_virtualMode];
5275
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_virtualMode] != value)
6963
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_initializing])
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (44)
141
return this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit];
173
return this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheCurrencyManager];
185
return this.dataConnectionState
[
DATACONNECTIONSTATE_interestedInRowEvents];
208
return this.dataConnectionState
[
DATACONNECTIONSTATE_listWasReset];
219
return !this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] &&
220
this.dataConnectionState
[
DATACONNECTIONSTATE_positionChangingInCurrencyManager];
228
return this.dataConnectionState
[
DATACONNECTIONSTATE_processingListChangedEvent];
236
return this.dataConnectionState
[
DATACONNECTIONSTATE_processingMetaDataChanges];
244
Debug.Assert(this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit]);
245
return this.dataConnectionState
[
DATACONNECTIONSTATE_restoreRow];
491
Debug.Assert(!this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew] || !this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew],
496
if (this.dataConnectionState
[
DATACONNECTIONSTATE_cachedAllowUserToAddRowsInternal] != this.owner.AllowUserToAddRowsInternal)
514
if (!this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] && this.owner.newRowIndex == e.NewIndex)
519
if (this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew])
526
if (this.dataConnectionState
[
DATACONNECTIONSTATE_rowValidatingInAddNew])
552
if (this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit])
557
else if (this.dataConnectionState
[
DATACONNECTIONSTATE_inEndCurrentEdit] ||
558
this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew])
573
else if (this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] && this.currencyManager.List.Count == 0)
592
if (this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] && this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView])
609
Debug.Assert(this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew]);
619
if (this.dataConnectionState
[
DATACONNECTIONSTATE_inDeleteOperation] &&
620
this.dataConnectionState
[
DATACONNECTIONSTATE_itemAddedInDeleteOperation] &&
621
this.dataConnectionState
[
DATACONNECTIONSTATE_didNotDeleteRowFromDataGridView])
627
else if (!this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] &&
628
this.dataConnectionState
[
DATACONNECTIONSTATE_inEndCurrentEdit])
748
!this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl] &&
780
if (this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheDataGridViewControl])
800
this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] && // condition 2.
801
!this.dataConnectionState
[
DATACONNECTIONSTATE_inAddNew] && // condition 2.
820
if (this.dataConnectionState
[
DATACONNECTIONSTATE_rowValidatingInAddNew])
830
bool clearSelection = this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit] && !this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew];
871
Debug.Assert(this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp]);
911
if (!this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew])
1124
if (this.dataConnectionState
[
DATACONNECTIONSTATE_dataConnection_inSetDataConnection])
1137
if (dsInit != null && this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp])
1165
if (!this.dataConnectionState
[
DATACONNECTIONSTATE_dataSourceInitializedHookedUp])
1440
if (this.dataConnectionState
[
DATACONNECTIONSTATE_processingMetaDataChanges])
1455
!this.dataConnectionState
[
DATACONNECTIONSTATE_doNotChangePositionInTheCurrencyManager] &&
1493
if (!this.dataConnectionState
[
DATACONNECTIONSTATE_finishedAddNew] && !this.owner.IsCurrentRowDirty)
1495
if (!this.dataConnectionState
[
DATACONNECTIONSTATE_cancellingRowEdit])
winforms\Managed\System\WinForms\DataGridViewMethods.cs (300)
889
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inAdjustFillingColumns])
991
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_usedFillWeightsDirty])
2608
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBeginEdit])
3121
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
3223
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
3232
(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited] &&
3233
!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editedRowChanged]))
3235
bool discardNewRow = this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited];
3246
this.dataConnection.CancelRowEdit(true /*restoreRow*/, this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowEdited]/*addNewFinished*/);
3293
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
3308
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_newRowCreatedByEditing])
3366
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose])
3889
(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode] && ((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged)
3891
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges]);
3929
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
3962
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
3989
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCellValidating])
5137
Debug.Assert(!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments]);
5686
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_showColumnRelocationInsertion])
5891
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_lastEditCtrlClickDoubled])
5959
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_nextMouseUpIsDouble])
6028
Debug.Assert(!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet]);
6034
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseEnterExpected])
6047
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
6292
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
6806
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_raiseSelectionChanged])
8657
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect])
8753
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect])
8875
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect])
9786
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] || this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect]);
9798
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect])
9806
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect])
9824
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] && hti.col >= 0)
9828
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] && hti.col >= 0 && hti.row >= 0)
10230
this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_forwardCharMessage])
10328
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_allowHorizontalScrollbar];
10613
!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden] &&
10645
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns])
10678
!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden] &&
10696
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ignoringEditingChanges] == false)
11229
if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inBorderStyleChange])
11252
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11262
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11272
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11282
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11292
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11316
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11331
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11411
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11498
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11531
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11543
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11650
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_inBindingContextChanged])
11703
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11713
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11733
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11746
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11782
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11868
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11904
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11929
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11955
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
11986
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12005
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12045
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12080
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12108
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12138
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12178
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12216
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12248
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12280
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] && e.Button == MouseButtons.Left)
12323
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12328
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] && e.Button == MouseButtons.Left)
12515
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
12600
if (this.MultiSelect && this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
12680
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
12777
if (this.MultiSelect && this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
12860
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
12944
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
12978
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13009
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13014
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_scrolledSinceMouseDown] &&
13040
Debug.Assert(!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls]);
13077
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13096
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13125
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13179
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13188
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
13225
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13237
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont])
13241
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.ColumnHeaders) != 0 && this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientColumnHeadersFont])
13245
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.RowHeaders) != 0 && this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientRowHeadersFont])
13252
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor])
13384
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13409
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13435
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13475
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13529
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13564
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13596
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13622
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13702
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13711
if (this.DataSource != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns])
13740
if (this.DataSource != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns])
13769
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13788
if (this.DataSource != null && e.Column.DataPropertyName.Length != 0 && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inRefreshColumns])
13804
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13820
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13838
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments])
13895
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments]);
13900
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13908
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDisplayIndexAdjustments]);
13931
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
13969
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14055
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14138
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14148
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14282
if (this.MultiSelect && this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
14353
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14378
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14443
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14467
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14517
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14571
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14588
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14773
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14893
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14900
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
14930
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
14992
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15007
(this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_cellMouseDownInContentBounds] &&
15029
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15055
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15065
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_ignoreCursorChange])
15080
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15093
if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15231
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
15291
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
15328
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
15369
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15387
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15416
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15426
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15437
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15458
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15477
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15546
else if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown])
15559
if (this.ptCurrentCell.X > -1 && this.CurrentCellInternal.EditType == null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown])
15567
else if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown])
15595
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientColumnHeadersFont] &&
15604
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientRowHeadersFont] &&
15613
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientFont] &&
15633
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_ambientForeColor] && this.DefaultCellStyle.ForeColor != base.ForeColor)
15697
if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCurrentCellChange] &&
15698
(!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inEndEdit] || this.EditMode != DataGridViewEditMode.EditOnEnter) &&
15699
(!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inMouseDown] || this.EditMode != DataGridViewEditMode.EditOnEnter) &&
15715
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
15740
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_autoSizedWithoutHandle])
16226
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackKeyboardColResize] && (e.KeyData & Keys.Alt) != Keys.Alt && AccessibilityImprovements.Level2)
16253
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlChanging])
16273
if (this.ptCurrentCell.X > -1 && !this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey])
16284
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey])
16317
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] &&
16318
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed &&
16319
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] &&
16320
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize] &&
16321
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] &&
16322
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize])
16363
if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation])
16404
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls] &&
16405
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] &&
16406
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize] &&
16407
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] &&
16408
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize])
16428
if (!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation])
16515
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls])
16522
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls])
16556
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingCtrl] &&
16557
!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseOverRemovedEditingPanel] &&
16558
this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseEnterExpected] &&
16573
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
16618
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize])
16622
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize])
16626
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation])
16630
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize])
16634
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize])
16639
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] ||
16640
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize] ||
16647
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] &&
16648
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation] &&
16649
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] &&
16650
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] &&
16651
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect]))
16653
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
16661
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize] ||
16662
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] ||
16669
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize] &&
16670
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation] &&
16671
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] &&
16672
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] &&
16673
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect]))
16675
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
16700
else if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_customCursorSet])
16706
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] ||
16707
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] ||
16708
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect])
16753
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColSelect] && hti.col >= 0)
16757
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] && hti.row >= 0)
16761
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] && hti.col >= 0 && hti.row >= 0)
16787
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_messageFromEditingCtrls])
16805
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_nextMouseUpIsDouble])
16838
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize])
16843
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize])
16848
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColRelocation])
16853
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize])
16858
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize])
17085
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
17099
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
17111
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] || this.IsDisposed)
17304
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
17818
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellSelected])
17822
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellReadOnly])
17860
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellSelected])
17865
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_replacedCellReadOnly])
18016
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18033
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18050
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18060
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18070
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18106
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18202
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18231
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18249
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18326
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18392
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18402
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18563
if (this.MultiSelect && this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackMouseMoves])
18639
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18664
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18724
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18751
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18767
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18787
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18814
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18850
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18871
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18881
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18891
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18906
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
18930
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19090
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19207
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19214
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inReadOnlyChange])
19250
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19285
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19332
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19444
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19456
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19474
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19484
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19554
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19564
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19574
if (eh != null && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose] && !this.IsDisposed)
19610
if (!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey])
20094
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColHeadersResize] || this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowResize]);
20099
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowHeadersResize] ||
20100
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackColResize] ||
20101
this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackKeyboardColResize]);
20422
setLocation || this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden],
20423
setSize || this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_editingControlHidden],
20681
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey] && this.Focused)
22351
else if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_forwardCharMessage] &&
22425
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_currentCellWantsInputKey])
22470
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackKeyboardColResize] && this.resizeClipRectangle.Contains(x, this.resizeClipRectangle.Top))
25475
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
25659
Debug.Assert(this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_currentCellInEditMode]);
25685
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCurrentCellChange])
26105
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_mouseEnterExpected])
26480
if (!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_stopRaisingVerticalScroll])
26850
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_inCurrentCellChange] && // Allow the code to be re-entrant only as a result of
26869
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell])
26973
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rowsCollectionClearedInSetCell])
27040
!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_leavingWithTabKey] && // don't edit if we're in the process of leaving the grid
27041
!this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_rowsCollectionClearedInSetCell] && // don't edit if the rows collection changed
27085
!this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell] &&
27086
!this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose])
27146
if (this.dataGridViewState1
[
DATAGRIDVIEWSTATE1_temporarilyResetCurrentCell])
27150
if (this.dataGridViewState2
[
DATAGRIDVIEWSTATE2_discardEditingControl])
27161
else if (oldCurrentCellX >= 0 && !this.dataGridViewOper
[
DATAGRIDVIEWOPER_inDispose])
28323
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_inSort]);
29753
Debug.Assert(this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] || this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect]);
29766
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect])
29774
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect])
29792
if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackRowSelect] && hti.row >= 0)
29796
else if (this.dataGridViewOper
[
DATAGRIDVIEWOPER_trackCellSelect] && hti.col >= 0 && hti.row >= 0)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (6)
1667
if (!_state
[
stateChildInfoValid]) {
1716
get { return _state
[
stateChildInfoValid]; }
1736
get { return _state
[
stateValid]; }
1738
if (!_state
[
stateValid]) {
1767
get { return _state
[
stateChildHasColumnSpan]; }
1772
get { return _state
[
stateChildHasRowSpan]; }
winforms\Managed\System\WinForms\ListView.cs (50)
335
return listViewState
[
LISTVIEWSTATE_allowColumnReorder];
359
return listViewState
[
LISTVIEWSTATE_autoArrange];
425
return listViewState
[
LISTVIEWSTATE_backgroundImageTiled];
493
return listViewState
[
LISTVIEWSTATE_checkBoxes];
665
if(!listViewState
[
LISTVIEWSTATE_comctlSupportsVisualStylesTested]) {
669
return listViewState
[
LISTVIEWSTATE_comctlSupportsVisualStyles];
806
return this.listViewState
[
LISTVIEWSTATE_expectingMouseUp];
863
Debug.Assert(!this.listViewState
[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.View == View.SmallIcon, "we need this bit only in SmallIcon view");
864
Debug.Assert(!this.listViewState
[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.ComctlSupportsVisualStyles, "we need this bit only when loading ComCtl 6.0");
866
return this.listViewState
[
LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon];
890
return listViewState
[
LISTVIEWSTATE_fullRowSelect];
912
return listViewState
[
LISTVIEWSTATE_gridLines];
978
if ((listViewState
[
LISTVIEWSTATE_nonclickHdr] && value == ColumnHeaderStyle.Clickable) ||
979
(!listViewState
[
LISTVIEWSTATE_nonclickHdr] && value == ColumnHeaderStyle.Nonclickable)) {
980
listViewState[LISTVIEWSTATE_nonclickHdr] = !listViewState
[
LISTVIEWSTATE_nonclickHdr];
1001
return listViewState
[
LISTVIEWSTATE_hideSelection];
1022
return listViewState
[
LISTVIEWSTATE_hotTracking];
1048
return listViewState
[
LISTVIEWSTATE_hoverSelection];
1067
return this.listViewState1
[
LISTVIEWSTATE1_insertingItemsNatively];
1092
return this.listViewState
[
LISTVIEWSTATE_itemCollectionChangedInMouseDown];
1128
return listViewState
[
LISTVIEWSTATE_labelEdit];
1150
return listViewState
[
LISTVIEWSTATE_labelWrap];
1196
if (AutoArrange && !listViewState1
[
LISTVIEWSTATE1_disposingImageLists]) {
1210
return listViewState
[
LISTVIEWSTATE_handleDestroyed];
1253
return listViewState
[
LISTVIEWSTATE_multiSelect];
1275
return listViewState
[
LISTVIEWSTATE_ownerDraw];
1342
return listViewState
[
LISTVIEWSTATE_scrollable];
1396
return this.listViewState
[
LISTVIEWSTATE_showGroups];
1444
} else if (!listViewState1
[
LISTVIEWSTATE1_disposingImageLists]) {
1467
return listViewState
[
LISTVIEWSTATE_showItemToolTips];
1590
if (!listViewState1
[
LISTVIEWSTATE1_disposingImageLists]) {
1751
return this.listViewState1
[
LISTVIEWSTATE1_useCompatibleStateImageBehavior];
1863
return listViewState
[
LISTVIEWSTATE_virtualMode];
3979
if (this.listViewState1
[
LISTVIEWSTATE1_selectedIndexChangedSkipped])
4014
if (listViewState
[
LISTVIEWSTATE_inLabelEdit]) {
5518
if (nmhdr->code == NativeMethods.NM_RELEASEDCAPTURE && listViewState
[
LISTVIEWSTATE_columnClicked]) {
5547
(this.listViewState
[
LISTVIEWSTATE_headerControlTracking] || this.listViewState
[
LISTVIEWSTATE_headerDividerDblClick])) {
5562
if (this.listViewState
[
LISTVIEWSTATE_headerDividerDblClick]) {
5579
!this.listViewState
[
LISTVIEWSTATE_headerControlTracking]) {
5593
if (this.listViewState
[
LISTVIEWSTATE_headerDividerDblClick]) {
5594
if (this.CompensateColumnHeaderResize(m, this.listViewState
[
LISTVIEWSTATE_columnResizeCancelled]) == 0) {
5628
Debug.Assert(this.listViewState
[
LISTVIEWSTATE_headerControlTracking], "HDN_ENDTRACK and HDN_BEGINTRACK are out of sync...");
5630
if (this.listViewState1
[
LISTVIEWSTATE1_cancelledColumnWidthChanging]) {
5732
columnResizeCancelled = this.listViewState
[
LISTVIEWSTATE_columnResizeCancelled];
5981
if (!listViewState
[
LISTVIEWSTATE_mouseUpFired])
6281
if (!ValidationCancelled && listViewState
[
LISTVIEWSTATE_doubleclickFired] && index != -1) {
6286
if (!listViewState
[
LISTVIEWSTATE_mouseUpFired])
6312
if (listViewState
[
LISTVIEWSTATE_expectingMouseUp] && !listViewState
[
LISTVIEWSTATE_mouseUpFired] && MouseButtons == MouseButtons.None)
winforms\Managed\System\WinForms\MaskedTextBox.cs (63)
171
if (!this.flagState
[
IS_NULL_MASK])
309
return this.flagState
[
BEEP_ON_ERROR];
422
if( this.flagState
[
CUTCOPYINCLUDEPROMPT] )
424
if( this.flagState
[
CUTCOPYINCLUDELITERALS] )
432
if( this.flagState
[
CUTCOPYINCLUDELITERALS] )
500
return this.flagState
[
HIDE_PROMPT_ON_LEAVE];
504
if( this.flagState
[
HIDE_PROMPT_ON_LEAVE] != value )
510
if( !this.flagState
[
IS_NULL_MASK]&& !this.Focused && !this.MaskFull && !this.DesignMode )
608
if( this.flagState
[
IS_NULL_MASK])
627
return this.flagState
[
INSERT_TOGGLED];
703
return this.flagState
[
IS_NULL_MASK]? string.Empty : this.maskedTextProvider.Mask;
712
if( this.flagState
[
IS_NULL_MASK] == string.IsNullOrEmpty( value ) && (this.flagState
[
IS_NULL_MASK] || value == this.maskedTextProvider.Mask) )
763
if( this.flagState
[
IS_NULL_MASK] )
849
return this.flagState
[
IS_NULL_MASK] ? null : (MaskedTextProvider) this.maskedTextProvider.Clone();
958
if( this.flagState
[
IS_NULL_MASK])
1052
if (!this.flagState
[
IS_NULL_MASK])
1074
return this.flagState
[
REJECT_INPUT_ON_FIRST_FAILURE];
1163
if( this.flagState
[
IS_NULL_MASK])
1178
if (this.flagState
[
IS_NULL_MASK])
1312
if( this.flagState
[
IS_NULL_MASK] || this.flagState
[
QUERY_BASE_TEXT])
1321
if (this.flagState
[
IS_NULL_MASK])
1368
if( this.flagState
[
IS_NULL_MASK] )
1389
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
1496
string oldText = this.flagState
[
IS_NULL_MASK] ? null : TextOutput;
1528
if( this.flagState
[
IS_NULL_MASK] )
1584
return this.flagState
[
USE_SYSTEM_PASSWORD_CHAR];
1588
if (value != this.flagState
[
USE_SYSTEM_PASSWORD_CHAR])
1608
if( this.flagState
[
IS_NULL_MASK])
1688
if (!this.flagState
[
IS_NULL_MASK] && RecreatingHandle)
1704
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
1862
if( this.flagState
[
IS_NULL_MASK])
1905
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
1983
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2020
if( this.flagState
[
IS_NULL_MASK]&& this.maskedTextProvider.IsPassword )
2049
if( this.flagState
[
IS_NULL_MASK])
2068
this.flagState[INSERT_TOGGLED] = !this.flagState
[
INSERT_TOGGLED];
2135
if( !this.flagState
[
HANDLE_KEY_PRESS] )
2182
if( this.flagState
[
IS_NULL_MASK])
2189
if( !this.flagState
[
HANDLE_KEY_PRESS] )
2259
if (this.flagState
[
IME_COMPLETING])
2264
if( this.flagState
[
IME_ENDING_COMPOSITION] )
2291
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2366
bool queryBaseText = this.flagState
[
QUERY_BASE_TEXT];
2383
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2513
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2545
if (!this.flagState
[
IS_NULL_MASK]&& this.maskedTextProvider.MaskCompleted == false)
2553
if( !this.flagState
[
IS_NULL_MASK]) // replace prompt with space.
2625
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2713
if (this.flagState
[
IS_NULL_MASK])
2774
if( this.flagState
[
IS_NULL_MASK] && textOnInitializingMask == null)
2851
if( this.flagState
[
IS_NULL_MASK] )
2970
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
2990
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
3038
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
3070
if (this.flagState
[
IME_ENDING_COMPOSITION])
3073
return this.flagState
[
IME_COMPLETING];
3087
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
3146
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
3224
if( this.flagState
[
IS_NULL_MASK])
3290
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
3309
Debug.Assert( !this.flagState
[
IS_NULL_MASK], "This method must be called when a Mask is provided." );
winforms\Managed\System\WinForms\PictureBox.cs (11)
292
if (errorImage == null && pictureBoxState
[
PICTUREBOXSTATE_useDefaultErrorImage])
421
if (WaitOnLoad && !pictureBoxState
[
PICTUREBOXSTATE_inInitialization] && !string.IsNullOrEmpty(imageLocation))
493
if (initialImage == null && pictureBoxState
[
PICTUREBOXSTATE_useDefaultInitialImage])
642
if (pictureBoxState
[
PICTUREBOXSTATE_asyncOperationInProgress])
738
if (pictureBoxState
[
PICTUREBOXSTATE_cancellationPending])
774
if (pictureBoxState
[
PICTUREBOXSTATE_cancellationPending])
932
return !pictureBoxState
[
PICTUREBOXSTATE_useDefaultInitialImage];
938
return !pictureBoxState
[
PICTUREBOXSTATE_useDefaultErrorImage];
1294
if (pictureBoxState
[
PICTUREBOXSTATE_needToLoadImageLocation])
1401
return pictureBoxState
[
PICTUREBOXSTATE_waitOnLoad];
1426
Debug.Assert(pictureBoxState
[
PICTUREBOXSTATE_inInitialization]);
winforms\Managed\System\WinForms\StatusStrip.cs (3)
210
return state
[
stateSizingGrip];
213
if (value != state
[
stateSizingGrip]) {
372
if (state
[
stateCalledSpringTableLayout]) {
winforms\Managed\System\WinForms\TabControl.cs (12)
362
if (tabControlState
[
TABCONTROLSTATE_hotTrack]) {
487
return tabControlState
[
TABCONTROLSTATE_hotTrack];
593
return (bool)tabControlState
[
TABCONTROLSTATE_insertingItem];
615
return tabControlState
[
TABCONTROLSTATE_multiline];
741
if (!tabControlState
[
TABCONTROLSTATE_fromCreateHandles] && !tabControlState
[
TABCONTROLSTATE_selectFirstControl]) {
756
if (!tabControlState
[
TABCONTROLSTATE_fromCreateHandles] && !tabControlState
[
TABCONTROLSTATE_selectFirstControl]) {
860
return tabControlState
[
TABCONTROLSTATE_showToolTips];
1240
if (index < 0 || (index >= tabPageCount && !tabControlState
[
TABCONTROLSTATE_getTabRectfromItemSize])) {
1545
UpdateTabSelection(tabControlState
[
TABCONTROLSTATE_UISelection]);
1934
if (!Focused || tabControlState
[
TABCONTROLSTATE_selectFirstControl]) {
winforms\Managed\System\WinForms\TextBoxBase.cs (33)
120
SetStyle(ControlStyles.FixedHeight, textBoxFlags
[
autoSize]);
150
return textBoxFlags
[
acceptsTab];
153
if (textBoxFlags
[
acceptsTab] != value) {
190
return textBoxFlags
[
shortcutsEnabled];
225
if (textBoxFlags
[
readOnly]) {
259
return textBoxFlags
[
autoSize];
266
if (textBoxFlags
[
autoSize] != value) {
493
if (!textBoxFlags
[
hideSelection]) cp.Style |= NativeMethods.ES_NOHIDESEL;
494
if (textBoxFlags
[
readOnly]) cp.Style |= NativeMethods.ES_READONLY;
506
if (textBoxFlags
[
multiline]) {
508
if (textBoxFlags
[
wordWrap]) cp.Style &= ~NativeMethods.ES_AUTOHSCROLL;
615
return textBoxFlags
[
hideSelection];
619
if (textBoxFlags
[
hideSelection] != value) {
784
if (textBoxFlags
[
modified] != curState) {
792
return textBoxFlags
[
modified];
841
return textBoxFlags
[
multiline];
844
if (textBoxFlags
[
multiline] != value) {
1066
return textBoxFlags
[
readOnly];
1069
if (textBoxFlags
[
readOnly] != value) {
1350
return textBoxFlags
[
wordWrap];
1354
if (textBoxFlags
[
wordWrap] != value) {
1379
if (textBoxFlags
[
autoSize] && !textBoxFlags
[
multiline]) {
1390
if (textBoxFlags
[
multiline]) {
1525
return Multiline && textBoxFlags
[
acceptsTab] && ((keyData & Keys.Control) == 0);
1559
if (textBoxFlags
[
modified]){
1562
if (textBoxFlags
[
scrollToCaretOnHandleCreated]) {
1990
if (textBoxFlags
[
autoSize] && !textBoxFlags
[
multiline])
2059
if (textBoxFlags
[
setSelectionOnHandleCreated]) {
2202
if (!textBoxFlags
[
codeUpdateText] && !textBoxFlags
[
creatingHandle]) {
2220
if (!textBoxFlags
[
multiline]) {
winforms\Managed\System\WinForms\ToolBar.cs (5)
194
return toolBarState
[
TOOLBARSTATE_autoSize];
496
return toolBarState
[
TOOLBARSTATE_divider];
572
return toolBarState
[
TOOLBARSTATE_dropDownArrows];
860
return toolBarState
[
TOOLBARSTATE_showToolTips];
959
return toolBarState
[
TOOLBARSTATE_wrappable];
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
390
this.DoubleBuffered = state
[
stateLastDoubleBuffer];
winforms\Managed\System\WinForms\ToolStripDropDown.cs (11)
154
return state
[
stateAllowTransparency];
157
if (value != (state
[
stateAllowTransparency]) &&
161
state[stateLayered] = state
[
stateAllowTransparency];
340
if (topLevel && (state
[
stateLayered])) {
593
if (!state
[
stateIsRestrictedWindowChecked]) {
618
return state
[
stateIsRestrictedWindow];
767
bool oldLayered = (state
[
stateLayered]);
779
if (oldLayered != (state
[
stateLayered]))
1076
if (state
[
stateNotWorkingAreaConstrained]) {
1793
if (state
[
stateInSetVisibleCore]) {
2019
if (state
[
stateLayered] && IsHandleCreated && TopLevel && OSFeature.Feature.IsPresent(OSFeature.LayeredWindows)) {
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
208
if (!state
[
stateMaxItemSizeValid]) {
223
return state
[
stateShowImageMargin];
226
if (value != state
[
stateShowImageMargin]) {
241
return state
[
stateShowCheckMargin];
244
if (value != state
[
stateShowCheckMargin]) {
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (3)
32
get { return options
[
optionsDottedBorder]; }
35
get { return options
[
optionsDottedGrip]; }
38
get { return options
[
optionsFillWhenSelected]; }
winforms\Managed\System\WinForms\ToolStripItem.cs (40)
380
return state
[
stateAllowDrop];
383
if (value != state
[
stateAllowDrop]) {
402
return state
[
stateAutoSize];
405
if (state
[
stateAutoSize] != value) {
423
return state
[
stateAutoToolTip];
445
return state
[
stateVisible];
775
if (!state
[
stateContstructing]) {
826
return state
[
stateDoubleClickEnabled];
945
return state
[
stateEnabled] && parentEnabled;
949
if (state
[
stateEnabled] != value) {
951
if (!state
[
stateEnabled]) {
952
bool wasSelected = state
[
stateSelected];
1168
return state
[
stateVisible];
1455
return state
[
stateDisposed];
1590
get { return state
[
stateMouseDownAndUpMustBeInSameItem]; }
1959
return CanSelect && state
[
statePressed];
2083
return state
[
stateRightToLeftAutoMirrorImage];
2086
if (state
[
stateRightToLeftAutoMirrorImage] != value) {
2097
if (state
[
stateInvalidMirroredImage]) {
2149
return CanSelect && !DesignMode && (state
[
stateSelected] ||
2198
return state
[
stateSupportsRightClick];
2207
return state
[
stateSupportsItemClick];
2216
return state
[
stateSupportsSpaceKey];
2226
return state
[
stateSupportsDisabledHotTracking];
2474
if (animate != state
[
stateCurrentlyAnimatingImage]) {
2904
if (state
[
stateMouseDownAndNoDrag] || state
[
statePressed] || state
[
stateSelected]) {
2926
if (state
[
stateMouseDownAndNoDrag]) {
2951
if (state
[
stateMouseDownAndNoDrag] || fireMouseUp) {
2954
if (e.Button == MouseButtons.Left || (e.Button == MouseButtons.Right && state
[
stateSupportsRightClick])) {
3418
if (state
[
statePressed] != push) {
3433
if (keyData == Keys.Enter || (state
[
stateSupportsSpaceKey] && keyData == Keys.Space)) {
3549
Debug.Assert(state
[
stateSelected], "calling notify selection change changed the selection state of this item");
3590
if (!state
[
stateDisposing] && !IsDisposed) {
3603
if (state
[
stateVisible] != visible) {
3621
if (! state
[
stateContstructing]) {
3652
if (state
[
stateUseAmbientMargin] && Margin != DefaultMargin) {
3716
return !state
[
stateVisible]; // only serialize if someone turned off visiblilty
3928
if (state
[
stateSelected]) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (12)
233
return state
[
stateLocked];
439
if (!state
[
stateInJoin]) {
528
if (!state
[
stateBeginInit] && !state
[
stateInJoin]) {
529
if (!state
[
stateLayoutSuspended]) {
572
if (state
[
stateBeginInit]) {
580
if (!state
[
stateBeginInit]) {
643
if (!state
[
stateBeginInit] && !state
[
stateInJoin]) {
689
if (state
[
stateRightToLeftChanged]) {
950
if (!state
[
stateBeginInit] && !state
[
stateInJoin]) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (6)
128
return state
[
stateCachedBoundsMode];
195
return state
[
stateLocked];
202
return state
[
stateInitialized];
249
return state
[
stateVisible];
323
if (!state
[
stateDisposing]) {
364
if (Initialized && !state
[
stateInLayout]) {
winforms\Managed\System\WinForms\ToolStripRendererSwitcher.cs (6)
76
if (state
[
stateUseDefaultRenderer]) {
104
if (!state
[
stateUseDefaultRenderer] ) {
124
if (state
[
stateUseDefaultRenderer]) {
130
if (state
[
stateAttachedRendererChanged]) {
140
if (!state
[
stateAttachedRendererChanged]) {
146
if (state
[
stateAttachedRendererChanged]) {
winforms\Managed\System\WinForms\TreeNode.cs (2)
318
return treeNodeState
[
TREENODESTATE_isChecked];
1860
si.AddValue("IsChecked", treeNodeState
[
TREENODESTATE_isChecked]);
winforms\Managed\System\WinForms\TreeView.cs (19)
321
return treeViewState
[
TREEVIEWSTATE_checkBoxes];
480
get { return treeViewState
[
TREEVIEWSTATE_fullRowSelect];}
503
return treeViewState
[
TREEVIEWSTATE_hideSelection];
529
return treeViewState
[
TREEVIEWSTATE_hotTracking];
842
return treeViewState
[
TREEVIEWSTATE_labelEdit];
1022
return treeViewState
[
TREEVIEWSTATE_scrollable];
1165
return treeViewState
[
TREEVIEWSTATE_showLines];
1188
return treeViewState
[
TREEVIEWSTATE_showNodeToolTips];
1211
return treeViewState
[
TREEVIEWSTATE_showPlusMinus];
1234
get { return treeViewState
[
TREEVIEWSTATE_showRootLines];}
1257
return treeViewState
[
TREEVIEWSTATE_sorted];
3054
if (!treeViewState
[
TREEVIEWSTATE_mouseUpFired]) {
3161
if (treeViewState
[
TREEVIEWSTATE_stopResizeWindowMsgs])
3291
if (!ValidationCancelled && !treeViewState
[
TREEVIEWSTATE_doubleclickFired] & !treeViewState
[
TREEVIEWSTATE_mouseUpFired]) {
3304
if (treeViewState
[
TREEVIEWSTATE_doubleclickFired]) {
3314
if (!treeViewState
[
TREEVIEWSTATE_mouseUpFired])
3370
if (treeViewState
[
TREEVIEWSTATE_lastControlValidated])
3383
if (treeViewState
[
TREEVIEWSTATE_showTreeViewContextMenu]) {
winforms\Managed\System\WinForms\WebBrowser.cs (8)
104
return webBrowserState
[
WEBBROWSERSTATE_allowNavigation];
173
return webBrowserState
[
WEBBROWSERSTATE_webBrowserShortcutsEnabled];
203
return webBrowserState
[
WEBBROWSERSTATE_canGoBack];
236
return webBrowserState
[
WEBBROWSERSTATE_canGoForward];
482
return webBrowserState
[
WEBBROWSERSTATE_isWebBrowserContextMenuEnabled];
941
return webBrowserState
[
WEBBROWSERSTATE_scrollbarsEnabled];
944
if (value != webBrowserState
[
WEBBROWSERSTATE_scrollbarsEnabled]) {
1538
if (!webBrowserState
[
WEBBROWSERSTATE_documentStreamJustSet]) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
660
return this.axHostState
[
mask];