175 writes to
PresentationBuildTasks (22)
Framework\System\Windows\Markup\BamlRecords.cs (22)
918
_flags
[
_pinnedFlagSection] = value;
1354
_flags
[
_assemblyIdLowSection] = (short) (value & 0xff);
1355
_flags
[
_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
1614
_flags
[
_sharedSection] = value ? 1 : 0;
1628
_flags
[
_sharedSetSection] = value ? 1 : 0;
1785
_flags
[
_sharedSection] = value ? 1 : 0;
1800
_flags
[
_sharedSetSection] = value ? 1 : 0;
2505
set { _flags
[
_isValueTypeExtensionSection] = value ? 1 : 0; }
2512
set { _flags
[
_isValueStaticExtensionSection] = value ? 1 : 0; }
3433
_flags
[
_typeIdLowSection] = (short) (value & 0xff);
3434
_flags
[
_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
3450
_flags
[
_useTypeConverter] = value ? 1 : 0;
3464
_flags
[
_isInjected] = value ? 1 : 0;
3844
set { _flags
[
_isValueTypeExtensionSection] = value ? 1 : 0; }
3851
set { _flags
[
_isValueStaticExtensionSection] = value ? 1 : 0; }
4446
_flags
[
_assemblyIdLowSection] = (short) (value & 0xff);
4447
_flags
[
_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
4580
_flags
[
_typeIdLowSection] = (short) (value & 0xff);
4581
_flags
[
_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
5159
_flags
[
_attributeUsageSection] = (int) value;
5270
_flags
[
_stringIdLowSection] = (short) (value & 0xff);
5271
_flags
[
_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
PresentationFramework (26)
src\Framework\System\Windows\Markup\BamlRecords.cs (26)
918
_flags
[
_pinnedFlagSection] = value;
1354
_flags
[
_assemblyIdLowSection] = (short) (value & 0xff);
1355
_flags
[
_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
1614
_flags
[
_sharedSection] = value ? 1 : 0;
1628
_flags
[
_sharedSetSection] = value ? 1 : 0;
1785
_flags
[
_sharedSection] = value ? 1 : 0;
1800
_flags
[
_sharedSetSection] = value ? 1 : 0;
2505
set { _flags
[
_isValueTypeExtensionSection] = value ? 1 : 0; }
2512
set { _flags
[
_isValueStaticExtensionSection] = value ? 1 : 0; }
2954
set { _flags
[
_isValueSetSection] = value ? 1 : 0; }
2960
set { _flags
[
_isValueTypeIdSection] = value ? 1 : 0; }
2968
set { _flags
[
_isRawEnumValueSetSection] = value ? 1 : 0; }
3433
_flags
[
_typeIdLowSection] = (short) (value & 0xff);
3434
_flags
[
_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
3450
_flags
[
_useTypeConverter] = value ? 1 : 0;
3464
_flags
[
_isInjected] = value ? 1 : 0;
3844
set { _flags
[
_isValueTypeExtensionSection] = value ? 1 : 0; }
3851
set { _flags
[
_isValueStaticExtensionSection] = value ? 1 : 0; }
4446
_flags
[
_assemblyIdLowSection] = (short) (value & 0xff);
4447
_flags
[
_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8);
4580
_flags
[
_typeIdLowSection] = (short) (value & 0xff);
4581
_flags
[
_typeIdHighSection] = (short) ((value & 0xff00) >> 8);
5143
_flags
[
_isInternalSection] = value ? 1 : 0;
5159
_flags
[
_attributeUsageSection] = (int) value;
5270
_flags
[
_stringIdLowSection] = (short) (value & 0xff);
5271
_flags
[
_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
System.Windows.Forms (127)
winforms\Managed\System\WinForms\Form.cs (90)
317
formStateEx
[
FormStateExShowIcon] = 1;
393
formState
[
FormStateIsActive] = value ? 1 : 0;
396
formState
[
FormStateIsWindowActivated] = 1;
416
formState
[
FormStateIsWindowActivated] = 0;
529
formState
[
FormStateAllowTransparency] = (value ? 1 : 0);
531
formState
[
FormStateLayered] = formState[FormStateAllowTransparency];
570
formStateEx
[
FormStateExSettingAutoScale] = 1;
573
formState
[
FormStateAutoScaling] = 1;
583
formState
[
FormStateAutoScaling] = 0;
587
formStateEx
[
FormStateExSettingAutoScale] = 0;
661
formStateEx
[
FormStateExAutoSize] = value ? 1 : 0;
788
formStateEx
[
FormStateExCalledClosing] = (value ? 1 : 0);
797
formStateEx
[
FormStateExCalledCreateControl] = (value ? 1 : 0);
806
formStateEx
[
FormStateExCalledMakeVisible] = (value ? 1 : 0);
815
formStateEx
[
FormStateExCalledOnLoad] = (value ? 1 : 0);
871
formState
[
FormStateBorderStyle] = (int)value;
905
formStateEx
[
FormStateExWindowBoundsWidthIsClientSize] = preWindowBoundsWidthIsClientSize;
906
formStateEx
[
FormStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize;
976
formState
[
FormStateControlBox] = 1;
979
formState
[
FormStateControlBox] = 0;
1044
formState
[
FormStateWindowState] = (int)FormWindowState.Maximized;
1062
formState
[
FormStateShowWindowOnCreate] = 1;
1066
formState
[
FormStateShowWindowOnCreate] = 0;
1263
formState
[
FormStateHelpButton] = 1;
1266
formState
[
FormStateHelpButton] = 0;
1329
formState
[
FormStateIconSet] = (value == null ? 0 : 1);
1350
formStateEx
[
FormStateExWindowClosing] = value ? 1 : 0;
1447
formState
[
FormStateIsRestrictedWindow] = 0;
1466
formState
[
FormStateIsRestrictedWindow] = 1;
1471
formState
[
FormStateIsRestrictedWindow] = 1; // To be on the safe side
1472
formState
[
FormStateIsRestrictedWindowChecked] = 1;
1476
formState
[
FormStateIsRestrictedWindowChecked] = 1;
1501
formState
[
FormStateKeyPreview] = 1;
1504
formState
[
FormStateKeyPreview] = 0;
1822
formState
[
FormStateMaximizeBox] = 1;
1825
formState
[
FormStateMaximizeBox] = 0;
2024
formState
[
FormStateMinimizeBox] = 1;
2027
formState
[
FormStateMinimizeBox] = 0;
2095
formState
[
FormStateLayered] = 1;
2102
formState
[
FormStateLayered] = (this.TransparencyKey != Color.Empty) ? 1 : 0;
2283
formState
[
FormStateTaskBar] = 1;
2286
formState
[
FormStateTaskBar] = 0;
2313
formStateEx
[
FormStateExShowIcon] = 1;
2320
formStateEx
[
FormStateExShowIcon] = 0;
2410
formState
[
FormStateSizeGripStyle] = (int)value;
2439
formState
[
FormStateStartPos] = (int)value;
2582
formState
[
FormStateTopMost] = 1;
2585
formState
[
FormStateTopMost] = 0;
2614
formState
[
FormStateLayered] = 1;
2618
formState
[
FormStateLayered] = (this.OpacityAsByte < 255) ? 1 : 0;
2803
formState
[
FormStateWindowState] = (int)value;
3420
formState
[
FormStateSetClientSize] = 0;
3665
formState
[
FormStateWindowState] = (int)FormWindowState.Normal;
3666
formState
[
FormStateMdiChildMax] = 1;
3668
formState
[
FormStateWindowState] = (int)FormWindowState.Maximized;
3669
formState
[
FormStateMdiChildMax] = 0;
4763
formStateEx
[
FormStateExUseMdiChildProc] = (IsMdiChild && Visible) ? 1 : 0;
4778
formStateEx
[
FormStateExUseMdiChildProc] = 0;
4845
formState
[
FormStateAutoScaling] = 0;
5248
formState
[
FormStateIsTextEmpty] = newTextEmpty;
5371
formStateEx
[
FormStateExMnemonicProcessed] = 1;
5376
formStateEx
[
FormStateExMnemonicProcessed] = 0;
5610
formState
[
FormStateIconSet] = 0;
5690
formStateEx
[
FormStateExWindowBoundsHeightIsClientSize] = 0;
5691
formStateEx
[
FormStateExWindowBoundsWidthIsClientSize] = 0;
5734
formStateEx
[
FormStateExUpdateMenuHandlesSuspendCount] = --suspendCount;
5840
formStateEx
[
FormStateExInScale] = 1;
5851
formStateEx
[
FormStateExInScale] = 0;
5877
formStateEx
[
FormStateExWindowBoundsWidthIsClientSize] = 0;
5881
formStateEx
[
FormStateExWindowBoundsHeightIsClientSize] = 0;
6044
formState
[
FormStateSetClientSize] = 1;
6331
formStateEx
[
FormStateExUpdateMenuHandlesSuspendCount] = ++suspendCount;
6361
formState
[
FormStateRenderSizeGrip] = 0;
6367
formState
[
FormStateRenderSizeGrip] = 1;
6370
formState
[
FormStateRenderSizeGrip] = 0;
6374
formState
[
FormStateRenderSizeGrip] = 1;
6377
formState
[
FormStateRenderSizeGrip] = 0;
6505
formStateEx
[
FormStateExUpdateMenuHandlesDeferred] = 1;
6584
formStateEx
[
FormStateExUpdateMenuHandlesDeferred] = 0;
6663
formStateEx
[
FormStateExInUpdateMdiControlStrip] = 1;
6717
formStateEx
[
FormStateExInUpdateMdiControlStrip] = 0;
6857
formState
[
FormStateWindowState] = (int)FormWindowState.Normal;
6862
formState
[
FormStateWindowState] = (int)FormWindowState.Maximized;
6869
formState
[
FormStateWindowState] = (int)FormWindowState.Minimized;
6887
formStateEx
[
FormStateExWindowBoundsWidthIsClientSize] = 1;
6888
formStateEx
[
FormStateExWindowBoundsHeightIsClientSize] = 1;
6955
formStateEx
[
FormStateExInModalSizingLoop] = 1;
6964
formStateEx
[
FormStateExInModalSizingLoop] = 0;
7400
formState
[
FormStateSWCalled] = 1;
7429
formStateEx
[
FormStateExInModalSizingLoop] = 1;
winforms\Managed\System\WinForms\Label.cs (9)
113
labelState
[
StateFlatStyle] = (int)FlatStyle.Standard;
114
labelState
[
StateUseMnemonic] = 1;
115
labelState
[
StateBorderStyle] = (int)BorderStyle.None;
184
labelState
[
StateAutoEllipsis] = value ? 1 : 0;
292
labelState
[
StateBorderStyle] = (int)value;
423
labelState
[
StateFlatStyle] = (int)value;
993
labelState
[
StateUseMnemonic] = value ? 1 : 0;
1070
labelState
[
StateAnimating] = animate ? 1 : 0;
1076
labelState
[
StateAnimating] = animate ? 1 : 0;
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (8)
179
state
[
_autoSizeSection] = value ? 1 : 0;
447
state
[
_autoSizeModeSection] = mode == AutoSizeMode.GrowAndShrink ? 1 : 0;
478
state
[
_selfAutoSizingSection] = value ? 1 : 0;
545
state
[
_dockAndAnchorSection] = (int) xTranslateAnchorValue(value);
546
state
[
_dockModeSection] = (int) DockAnchorMode.Anchor;
564
state
[
_dockAndAnchorSection] = (int) value; // See xTranslateAnchorValue for why this works with Dock.None.
565
state
[
_dockModeSection] = (int) (value == DockStyle.None ? DockAnchorMode.Anchor : DockAnchorMode.Dock);
612
state
[
_flowBreakSection] = value ? 1 : 0;
winforms\Managed\System\WinForms\ListViewItem.cs (6)
727
state
[
StateImageMaskSet] = (value == -1 ? 0 : 1);
731
state
[
SavedStateImageIndexSection] = value + 1;
796
this.state
[
StateImageMaskSet] = (value == -1 ? 0 : 1);
820
state
[
StateSelectedSection] = value ? 1 : 0;
832
state
[
SubItemCountSection] = value;
946
state
[
StateWholeRowOneStyleSection] = value ? 1 : 0;
winforms\Managed\System\WinForms\RichTextBox.cs (14)
146
richTextBoxFlags
[
autoWordSelectionSection] = 0;// This is false by default
178
richTextBoxFlags
[
allowOleDropSection] = value ? 1 : 0;
188
richTextBoxFlags
[
allowOleObjectsSection] = value ? 1 : 0;
230
richTextBoxFlags
[
autoWordSelectionSection] = value ? 1 : 0;
323
set { richTextBoxFlags
[
callOnContentsResizedSection] = value ? 1 : 0; }
451
richTextBoxFlags
[
autoUrlDetectSection] = value ? 1 : 0;
496
richTextBoxFlags
[
enableAutoDragDropSection] = value ? 1 : 0;
579
set { richTextBoxFlags
[
fInCtorSection] = value ? 1 : 0; }
618
set { richTextBoxFlags
[
linkcursorSection] = value ? 1 : 0; }
649
set { richTextBoxFlags
[
protectedErrorSection] = value ? 1 : 0; }
688
richTextBoxFlags
[
richTextShortcutsEnabledSection] = value ? 1 : 0;
806
richTextBoxFlags
[
scrollBarsSection] = (int) value;
1421
richTextBoxFlags
[
showSelBarSection] = value ? 1 : 0;
1494
richTextBoxFlags
[
suppressTextChangedEventSection] = value ? 1 : 0;
195 references to
PresentationBuildTasks (22)
Framework\System\Windows\Markup\BamlRecords.cs (22)
912
return _flags
[
_pinnedFlagSection];
1346
short value = (short) _flags
[
_assemblyIdLowSection];
1347
value |= (short) (_flags
[
_assemblyIdHighSection] << 8);
1609
return _flags
[
_sharedSection] == 1 ? true : false;
1623
return _flags
[
_sharedSetSection] == 1 ? true : false;
1780
return _flags
[
_sharedSection] == 1 ? true : false;
1795
return _flags
[
_sharedSetSection] == 1 ? true : false;
2504
get { return _flags
[
_isValueTypeExtensionSection] == 1 ? true : false; }
2511
get { return _flags
[
_isValueStaticExtensionSection] == 1 ? true : false; }
3425
short value = (short) _flags
[
_typeIdLowSection];
3426
value |= (short) (_flags
[
_typeIdHighSection] << 8);
3445
return _flags
[
_useTypeConverter] == 1 ? true : false;
3459
return _flags
[
_isInjected] == 1 ? true : false;
3843
get { return _flags
[
_isValueTypeExtensionSection] == 1 ? true : false; }
3850
get { return _flags
[
_isValueStaticExtensionSection] == 1 ? true : false; }
4438
short value = (short) _flags
[
_assemblyIdLowSection];
4439
value |= (short) (_flags
[
_assemblyIdHighSection] << 8);
4572
short value = (short) _flags
[
_typeIdLowSection];
4573
value |= (short) (_flags
[
_typeIdHighSection] << 8);
5154
return (BamlAttributeUsage) _flags
[
_attributeUsageSection];
5262
short value = (short) _flags
[
_stringIdLowSection];
5263
value |= (short) (_flags
[
_stringIdHighSection] << 8);
PresentationFramework (26)
src\Framework\System\Windows\Markup\BamlRecords.cs (26)
912
return _flags
[
_pinnedFlagSection];
1346
short value = (short) _flags
[
_assemblyIdLowSection];
1347
value |= (short) (_flags
[
_assemblyIdHighSection] << 8);
1609
return _flags
[
_sharedSection] == 1 ? true : false;
1623
return _flags
[
_sharedSetSection] == 1 ? true : false;
1780
return _flags
[
_sharedSection] == 1 ? true : false;
1795
return _flags
[
_sharedSetSection] == 1 ? true : false;
2504
get { return _flags
[
_isValueTypeExtensionSection] == 1 ? true : false; }
2511
get { return _flags
[
_isValueStaticExtensionSection] == 1 ? true : false; }
2953
get { return _flags
[
_isValueSetSection] == 1 ? true : false; }
2959
get { return _flags
[
_isValueTypeIdSection] == 1 ? true : false; }
2967
get { return _flags
[
_isRawEnumValueSetSection] == 1 ? true : false; }
3425
short value = (short) _flags
[
_typeIdLowSection];
3426
value |= (short) (_flags
[
_typeIdHighSection] << 8);
3445
return _flags
[
_useTypeConverter] == 1 ? true : false;
3459
return _flags
[
_isInjected] == 1 ? true : false;
3843
get { return _flags
[
_isValueTypeExtensionSection] == 1 ? true : false; }
3850
get { return _flags
[
_isValueStaticExtensionSection] == 1 ? true : false; }
4438
short value = (short) _flags
[
_assemblyIdLowSection];
4439
value |= (short) (_flags
[
_assemblyIdHighSection] << 8);
4572
short value = (short) _flags
[
_typeIdLowSection];
4573
value |= (short) (_flags
[
_typeIdHighSection] << 8);
5138
return _flags
[
_isInternalSection] == 1 ? true : false;
5154
return (BamlAttributeUsage) _flags
[
_attributeUsageSection];
5262
short value = (short) _flags
[
_stringIdLowSection];
5263
value |= (short) (_flags
[
_stringIdHighSection] << 8);
System.Windows.Forms (147)
winforms\Managed\System\WinForms\Form.cs (107)
278
Debug.Assert(formState
[
FormStateAllowTransparency] == 0, "Failed to set formState[FormStateAllowTransparency]");
279
Debug.Assert(formState
[
FormStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]");
280
Debug.Assert(formState
[
FormStateTaskBar] == 1, "Failed to set formState[FormStateTaskBar]");
281
Debug.Assert(formState
[
FormStateControlBox] == 1, "Failed to set formState[FormStateControlBox]");
282
Debug.Assert(formState
[
FormStateKeyPreview] == 0, "Failed to set formState[FormStateKeyPreview]");
283
Debug.Assert(formState
[
FormStateLayered] == 0, "Failed to set formState[FormStateLayered]");
284
Debug.Assert(formState
[
FormStateMaximizeBox] == 1, "Failed to set formState[FormStateMaximizeBox]");
285
Debug.Assert(formState
[
FormStateMinimizeBox] == 1, "Failed to set formState[FormStateMinimizeBox]");
286
Debug.Assert(formState
[
FormStateHelpButton] == 0, "Failed to set formState[FormStateHelpButton]");
287
Debug.Assert(formState
[
FormStateStartPos] == (int)FormStartPosition.WindowsDefaultLocation, "Failed to set formState[FormStateStartPos]");
288
Debug.Assert(formState
[
FormStateWindowState] == (int)FormWindowState.Normal, "Failed to set formState[FormStateWindowState]");
289
Debug.Assert(formState
[
FormStateShowWindowOnCreate] == 0, "Failed to set formState[FormStateShowWindowOnCreate]");
290
Debug.Assert(formState
[
FormStateAutoScaling] == 1, "Failed to set formState[FormStateAutoScaling]");
291
Debug.Assert(formState
[
FormStateSetClientSize] == 0, "Failed to set formState[FormStateSetClientSize]");
292
Debug.Assert(formState
[
FormStateTopMost] == 0, "Failed to set formState[FormStateTopMost]");
293
Debug.Assert(formState
[
FormStateSWCalled] == 0, "Failed to set formState[FormStateSWCalled]");
294
Debug.Assert(formState
[
FormStateMdiChildMax] == 0, "Failed to set formState[FormStateMdiChildMax]");
295
Debug.Assert(formState
[
FormStateRenderSizeGrip] == 0, "Failed to set formState[FormStateRenderSizeGrip]");
296
Debug.Assert(formState
[
FormStateSizeGripStyle] == 0, "Failed to set formState[FormStateSizeGripStyle]");
303
Debug.Assert(formState
[
FormStateIsWindowActivated] == 0, "Failed to set formState[FormStateIsWindowActivated]");
304
Debug.Assert(formState
[
FormStateIsTextEmpty] == 0, "Failed to set formState[FormStateIsTextEmpty]");
305
Debug.Assert(formState
[
FormStateIsActive] == 0, "Failed to set formState[FormStateIsActive]");
306
Debug.Assert(formState
[
FormStateIconSet] == 0, "Failed to set formState[FormStateIconSet]");
374
return formState
[
FormStateIsActive] != 0;
381
if ((formState
[
FormStateIsActive] != 0) != value) {
524
return formState
[
FormStateAllowTransparency] != 0;
527
if (value != (formState
[
FormStateAllowTransparency] != 0) &&
531
formState[FormStateLayered] = formState
[
FormStateAllowTransparency];
566
return formState
[
FormStateAutoScaling] != 0;
658
get { return formStateEx
[
FormStateExAutoSize] != 0; }
785
return formStateEx
[
FormStateExCalledClosing] != 0;
794
return formStateEx
[
FormStateExCalledCreateControl] != 0;
803
return formStateEx
[
FormStateExCalledMakeVisible] != 0;
812
return formStateEx
[
FormStateExCalledOnLoad] != 0;
834
return(FormBorderStyle)formState
[
FormStateBorderStyle];
875
if (formState
[
FormStateSetClientSize] == 1 && !IsHandleCreated) {
889
int preWindowBoundsWidthIsClientSize = formStateEx
[
FormStateExWindowBoundsWidthIsClientSize];
890
int preWindowBoundsHeightIsClientSize = formStateEx
[
FormStateExWindowBoundsHeightIsClientSize];
897
if (formState
[
FormStateIconSet] == 0 && !IsRestrictedWindow) {
966
return formState
[
FormStateControlBox] != 0;
1008
if (TopLevel && (formState
[
FormStateLayered] != 0)) {
1021
if (formState
[
FormStateTaskBar] != 0) {
1049
if (formState
[
FormStateMdiChildMax] != 0) {
1258
return formState
[
FormStateHelpButton] != 0;
1304
if (formState
[
FormStateIconSet] == 0) {
1347
return formStateEx
[
FormStateExWindowClosing] == 1;
1358
return (WindowState == FormWindowState.Maximized || (IsMdiChild && (formState
[
FormStateMdiChildMax] ==1)));
1446
if (formState
[
FormStateIsRestrictedWindowChecked] == 0) {
1479
return formState
[
FormStateIsRestrictedWindow] != 0;
1497
return formState
[
FormStateKeyPreview] != 0;
1710
if (formState
[
FormStateSetClientSize] == 1 && !IsHandleCreated) {
1818
return formState
[
FormStateMaximizeBox] != 0;
2020
return formState
[
FormStateMinimizeBox] != 0;
2089
bool oldLayered = (formState
[
FormStateLayered] != 0);
2094
if (formState
[
FormStateLayered] != 1) {
2103
if (oldLayered != (formState
[
FormStateLayered] != 0)) {
2273
return formState
[
FormStateTaskBar] != 0;
2308
return formStateEx
[
FormStateExShowIcon] != 0;
2398
return(SizeGripStyle)formState
[
FormStateSizeGripStyle];
2431
return(FormStartPosition)formState
[
FormStateStartPos];
2567
return formState
[
FormStateTopMost] != 0;
2609
bool oldLayered = (formState
[
FormStateLayered] == 1);
2620
if (oldLayered != (formState
[
FormStateLayered] != 0))
2683
if (0==formState
[
FormStateSWCalled]) {
2754
return(FormWindowState)formState
[
FormStateWindowState];
2817
if (IsRestrictedWindow && formState
[
FormStateIsWindowActivated] == 1) {
2833
if (IsRestrictedWindow && formState
[
FormStateIsWindowActivated] == 1) {
3399
if ((FormWindowState)formState
[
FormStateWindowState] != FormWindowState.Normal
3418
if (formState
[
FormStateSetClientSize] != 0) {
3661
&& (FormWindowState)formState
[
FormStateWindowState] == FormWindowState.Maximized) {
3680
if ((FormStartPosition)formState
[
FormStateStartPos] != FormStartPosition.WindowsDefaultBounds) {
3683
if (formState
[
FormStateShowWindowOnCreate] == 1) {
3706
if (formState
[
FormStateTopMost] != 0) {
3780
else if (0 != formStateEx
[
FormStateExUseMdiChildProc]){
3930
switch ((FormBorderStyle)formState
[
FormStateBorderStyle]) {
3983
if (formState
[
FormStateSetClientSize] != 0) {
3999
switch ((FormStartPosition)formState
[
FormStateStartPos]) {
4062
switch ((FormWindowState)formState
[
FormStateWindowState]) {
4400
if (this.IsMdiChild && (formStateEx
[
FormStateExMnemonicProcessed] == 1 || this != this.MdiParentInternal.ActiveMdiChildInternal || this.WindowState == FormWindowState.Minimized)){
4612
if (formStateEx
[
FormStateExSettingAutoScale] != 1) {
4841
if (formState
[
FormStateAutoScaling] == 1 && !DesignMode) {
4874
FormStartPosition startPos = (FormStartPosition)formState
[
FormStateStartPos];
5060
if (formState
[
FormStateRenderSizeGrip] != 0) {
5087
if (formState
[
FormStateRenderSizeGrip] != 0) {
5245
if (!ControlBox && formState
[
FormStateIsTextEmpty] != newTextEmpty)
5393
if (formState
[
FormStateKeyPreview] != 0 && ProcessKeyEventArgs(ref m))
5667
if (formState
[
FormStateWindowState] == (int)FormWindowState.Minimized) {
5685
formStateEx
[
FormStateExWindowBoundsWidthIsClientSize]==1 ? restoredSize.Width : restoredWindowBounds.Width,
5686
formStateEx
[
FormStateExWindowBoundsHeightIsClientSize]==1 ? restoredSize.Height : restoredWindowBounds.Height,
5729
int suspendCount = formStateEx
[
FormStateExUpdateMenuHandlesSuspendCount];
5735
if (suspendCount == 0 && formStateEx
[
FormStateExUpdateMenuHandlesDeferred] != 0) {
5982
if (formStateEx
[
FormStateExInScale] == 1) {
6271
return formState
[
FormStateAutoScaling] != 0;
6282
return formState
[
FormStateIconSet] == 1;
6321
if (formState
[
FormStateWindowState] != (int)FormWindowState.Minimized) {
6330
int suspendCount = formStateEx
[
FormStateExUpdateMenuHandlesSuspendCount];
6354
int current = formState
[
FormStateRenderSizeGrip];
6384
if (formState
[
FormStateRenderSizeGrip] != current) {
6451
if ((formState
[
FormStateLayered] != 0) && IsHandleCreated && TopLevel && OSFeature.Feature.IsPresent(OSFeature.LayeredWindows)) {
6503
int suspendCount = formStateEx
[
FormStateExUpdateMenuHandlesSuspendCount];
6657
if (formStateEx
[
FormStateExInUpdateMdiControlStrip] != 0) {
6802
if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState
[
FormStateIconSet] == 0 && !IsRestrictedWindow) || !ShowIcon) {
6856
if (formState
[
FormStateWindowState] != (int)FormWindowState.Normal) {
6861
if (formState
[
FormStateMdiChildMax] == 0) {
6868
if (formState
[
FormStateMdiChildMax] == 0) {
7157
Size minTrack = (AutoSize && formStateEx
[
FormStateExInModalSizingLoop] == 1) ? LayoutUtils.UnionSizes(minAutoSize, MinimumSize) : MinimumSize;
7356
if (formState
[
FormStateRenderSizeGrip] != 0 ) {
winforms\Managed\System\WinForms\Label.cs (7)
179
return labelState
[
StateAutoEllipsis] != 0;
283
return (BorderStyle)labelState
[
StateBorderStyle];
411
return (FlatStyle)labelState
[
StateFlatStyle];
420
if (labelState
[
StateFlatStyle] != (int)value) {
421
bool needRecreate = (labelState
[
StateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System);
987
return labelState
[
StateUseMnemonic] != 0;
1064
bool currentlyAnimating = labelState
[
StateAnimating] != 0;
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (15)
94
int value = state
[
_autoSizeSection];
379
return state
[
_autoSizeModeSection] == 0 ? AutoSizeMode.GrowOnly : AutoSizeMode.GrowAndShrink;
388
bool result = state
[
_dockAndAnchorNeedsLayoutSection] != 0;
404
bool result = (state
[
_dockAndAnchorNeedsLayoutSection] != 0) && (state
[
_dockModeSection] == (int) DockAnchorMode.Anchor);
419
bool result = state
[
_dockModeSection] == (int) DockAnchorMode.Dock && element.ParticipatesInLayout;
435
int value = state
[
_selfAutoSizingSection];
490
AnchorStyles value = (AnchorStyles) state
[
_dockAndAnchorSection];
491
DockAnchorMode mode = (DockAnchorMode) state
[
_dockModeSection];
506
if (state
[
_selfAutoSizingSection] != 0) {
509
bool result = (state
[
_autoSizeSection] != 0) && (state
[
_dockModeSection] == (int) DockAnchorMode.Anchor);
521
DockStyle value = (DockStyle) state
[
_dockAndAnchorSection];
522
DockAnchorMode mode = (DockAnchorMode) state
[
_dockModeSection];
600
int value = state
[
_flowBreakSection];
winforms\Managed\System\WinForms\ListViewItem.cs (5)
722
return state
[
SavedStateImageIndexSection] - 1;
807
return (this.state
[
StateImageMaskSet] != 0);
817
return state
[
StateSelectedSection] == 1;
829
return state
[
SubItemCountSection];
943
return state
[
StateWholeRowOneStyleSection] == 1;
winforms\Managed\System\WinForms\RichTextBox.cs (13)
165
return richTextBoxFlags
[
allowOleDropSection] != 0;
185
return richTextBoxFlags
[
allowOleObjectsSection] != 0;
228
get { return richTextBoxFlags
[
autoWordSelectionSection] != 0; }
322
get { return richTextBoxFlags
[
callOnContentsResizedSection] != 0; }
447
return richTextBoxFlags
[
autoUrlDetectSection] != 0;
481
return richTextBoxFlags
[
enableAutoDragDropSection] != 0;
578
get { return richTextBoxFlags
[
fInCtorSection] != 0; }
617
get { return richTextBoxFlags
[
linkcursorSection] != 0; }
648
get { return richTextBoxFlags
[
protectedErrorSection] != 0; }
683
get { return richTextBoxFlags
[
richTextShortcutsEnabledSection] != 0; }
786
return (RichTextBoxScrollBars) richTextBoxFlags
[
scrollBarsSection];
1418
get { return richTextBoxFlags
[
showSelBarSection] != 0; }
1490
get { return richTextBoxFlags
[
suppressTextChangedEventSection] != 0; }