162 writes to
PresentationBuildTasks (22)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (22)
904_flags[_pinnedFlagSection] = value; 1322_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1323_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1572_flags[_sharedSection] = value ? 1 : 0; 1586_flags[_sharedSetSection] = value ? 1 : 0; 1739_flags[_sharedSection] = value ? 1 : 0; 1753_flags[_sharedSetSection] = value ? 1 : 0; 2414set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2421set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 3249_flags[_typeIdLowSection] = (short) (value & 0xff); 3250_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3264_flags[_useTypeConverter] = value ? 1 : 0; 3278_flags[_isInjected] = value ? 1 : 0; 3646set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3653set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4206_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4207_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4334_flags[_typeIdLowSection] = (short) (value & 0xff); 4335_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4902_flags[_attributeUsageSection] = (int) value; 5008_flags[_stringIdLowSection] = (short) (value & 0xff); 5009_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
PresentationFramework (26)
System\Windows\Markup\BamlRecords.cs (26)
904_flags[_pinnedFlagSection] = value; 1322_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1323_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1572_flags[_sharedSection] = value ? 1 : 0; 1586_flags[_sharedSetSection] = value ? 1 : 0; 1739_flags[_sharedSection] = value ? 1 : 0; 1753_flags[_sharedSetSection] = value ? 1 : 0; 2414set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2421set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2854set { _flags[_isValueSetSection] = value ? 1 : 0; } 2860set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2868set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3249_flags[_typeIdLowSection] = (short) (value & 0xff); 3250_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3264_flags[_useTypeConverter] = value ? 1 : 0; 3278_flags[_isInjected] = value ? 1 : 0; 3646set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3653set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4206_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4207_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4334_flags[_typeIdLowSection] = (short) (value & 0xff); 4335_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4886_flags[_isInternalSection] = value ? 1 : 0; 4902_flags[_attributeUsageSection] = (int) value; 5008_flags[_stringIdLowSection] = (short) (value & 0xff); 5009_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
System.Windows.Forms (114)
System\Windows\Forms\Controls\Labels\Label.cs (9)
83_labelState[s_stateFlatStyle] = (int)FlatStyle.Standard; 84_labelState[s_stateUseMnemonic] = 1; 85_labelState[s_stateBorderStyle] = (int)BorderStyle.None; 145_labelState[s_stateAutoEllipsis] = value ? 1 : 0; 221_labelState[s_stateBorderStyle] = (int)value; 338_labelState[s_stateFlatStyle] = (int)value; 783_labelState[s_stateUseMnemonic] = value ? 1 : 0; 864_labelState[s_stateAnimating] = animate ? 1 : 0; 869_labelState[s_stateAnimating] = animate ? 1 : 0;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (6)
669_state[s_stateImageMaskSet] = (value == ImageList.Indexer.DefaultIndex ? 0 : 1); 672_state[s_savedStateImageIndexSection] = value + 1; 740_state[s_stateImageMaskSet] = (value == ImageList.Indexer.DefaultIndex ? 0 : 1); 757set => _state[s_stateSelectedSection] = value ? 1 : 0; 766set => _state[s_subItemCountSection] = value; 859set => _state[s_stateWholeRowOneStyleSection] = value ? 1 : 0;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (14)
101_richTextBoxFlags[s_autoWordSelectionSection] = 0; // This is false by default 122_richTextBoxFlags[s_allowOleDropSection] = value ? 1 : 0; 132_richTextBoxFlags[s_allowOleObjectsSection] = value ? 1 : 0; 166_richTextBoxFlags[s_autoWordSelectionSection] = value ? 1 : 0; 239set => _richTextBoxFlags[s_callOnContentsResizedSection] = value ? 1 : 0; 340_richTextBoxFlags[s_autoUrlDetectSection] = value ? 1 : 0; 364_richTextBoxFlags[s_enableAutoDragDropSection] = value ? 1 : 0; 452set => _richTextBoxFlags[s_fInCtorSection] = value ? 1 : 0; 483set => _richTextBoxFlags[s_linkcursorSection] = value ? 1 : 0; 503set => _richTextBoxFlags[s_protectedErrorSection] = value ? 1 : 0; 547_richTextBoxFlags[s_richTextShortcutsEnabledSection] = value ? 1 : 0; 647_richTextBoxFlags[s_scrollBarsSection] = (int)value; 1290_richTextBoxFlags[s_showSelBarSection] = value ? 1 : 0; 1374_richTextBoxFlags[s_suppressTextChangedEventSection] = value ? 1 : 0;
System\Windows\Forms\Form.cs (77)
204_formStateEx[s_formStateExShowIcon] = 1; 259_formState[s_formStateIsActive] = value ? 1 : 0; 263_formState[s_formStateIsWindowActivated] = 1; 281_formState[s_formStateIsWindowActivated] = 0; 365_formState[s_formStateAllowTransparency] = value ? 1 : 0; 367_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 404_formStateEx[s_formStateExSettingAutoScale] = 1; 409_formState[s_formStateAutoScaling] = 1; 418_formState[s_formStateAutoScaling] = 0; 423_formStateEx[s_formStateExSettingAutoScale] = 0; 499_formStateEx[s_formStateExAutoSize] = value ? 1 : 0; 612_formStateEx[s_formStateExCalledClosing] = (value ? 1 : 0); 624_formStateEx[s_formStateExCalledCreateControl] = (value ? 1 : 0); 636_formStateEx[s_formStateExCalledMakeVisible] = (value ? 1 : 0); 648_formStateEx[s_formStateExCalledOnLoad] = (value ? 1 : 0); 666_formState[s_formStateBorderStyle] = (int)value; 701_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = preWindowBoundsWidthIsClientSize; 702_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize; 749_formState[s_formStateControlBox] = value ? 1 : 0; 810_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 832_formState[s_formStateShowWindowOnCreate] = 1; 837_formState[s_formStateShowWindowOnCreate] = 0; 975_formState[s_formStateHelpButton] = 1; 979_formState[s_formStateHelpButton] = 0; 1026_formState[s_formStateIconSet] = value is null ? 0 : 1; 1051_formStateEx[s_formStateExWindowClosing] = value ? 1 : 0; 1144set => _formState[s_formStateKeyPreview] = value ? 1 : 0; 1401_formState[s_formStateMaximizeBox] = value ? 1 : 0; 1549_formState[s_formStateMinimizeBox] = value ? 1 : 0; 1587_formState[s_formStateLayered] = 1; 1596_formState[s_formStateLayered] = (TransparencyKey != Color.Empty) ? 1 : 0; 1739_formState[s_formStateTaskBar] = value ? 1 : 0; 1762_formStateEx[s_formStateExShowIcon] = value ? 1 : 0; 1855_formState[s_formStateSizeGripStyle] = (int)value; 1879_formState[s_formStateStartPos] = (int)value; 1995_formState[s_formStateTopMost] = value ? 1 : 0; 2016_formState[s_formStateLayered] = 1; 2020_formState[s_formStateLayered] = (OpacityAsByte < 255) ? 1 : 0; 2508_formState[s_formStateWindowState] = (int)value; 3030_formState[s_formStateSetClientSize] = 0; 3312_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 3313_formState[s_formStateMdiChildMax] = 1; 3315_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 3316_formState[s_formStateMdiChildMax] = 0; 4139_formStateEx[s_formStateExUseMdiChildProc] = (IsMdiChild && Visible) ? 1 : 0; 4176_formStateEx[s_formStateExUseMdiChildProc] = 0; 4236_formState[s_formStateAutoScaling] = 0; 4636_formState[s_formStateIsTextEmpty] = newTextEmpty; 4750_formStateEx[s_formStateExMnemonicProcessed] = 1; 4757_formStateEx[s_formStateExMnemonicProcessed] = 0; 4949_formState[s_formStateIconSet] = 0; 5016_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5017_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5034_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = --suspendCount; 5149_formStateEx[s_formStateExInScale] = 1; 5162_formStateEx[s_formStateExInScale] = 0; 5193_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5199_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5315_formState[s_formStateSetClientSize] = 1; 5920_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = ++suspendCount; 5946_formState[s_formStateRenderSizeGrip] = 0; 5953_formState[s_formStateRenderSizeGrip] = 1; 5956_formState[s_formStateRenderSizeGrip] = 0; 5961_formState[s_formStateRenderSizeGrip] = 1; 5965_formState[s_formStateRenderSizeGrip] = 0; 6132_formStateEx[s_formStateExUpdateMenuHandlesDeferred] = 0; 6216_formStateEx[s_formStateExInUpdateMdiControlStrip] = 1; 6269_formStateEx[s_formStateExInUpdateMdiControlStrip] = 0; 6418_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 6425_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 6434_formState[s_formStateWindowState] = (int)FormWindowState.Minimized; 6455_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 1; 6456_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 1; 6528_formStateEx[s_formStateExInModalSizingLoop] = 1; 6537_formStateEx[s_formStateExInModalSizingLoop] = 0; 6939_formState[s_formStateSWCalled] = 1; 6971_formStateEx[s_formStateExInModalSizingLoop] = 1;
System\Windows\Forms\Layout\CommonProperties.cs (8)
170state[s_autoSizeSection] = value ? 1 : 0; 487state[s_autoSizeModeSection] = mode == AutoSizeMode.GrowAndShrink ? 1 : 0; 522state[s_selfAutoSizingSection] = value ? 1 : 0; 594state[s_dockAndAnchorSection] = (int)xTranslateAnchorValue(value); 595state[s_dockModeSection] = (int)DockAnchorMode.Anchor; 613state[s_dockAndAnchorSection] = (int)value; // See xTranslateAnchorValue for why this works with Dock.None. 614state[s_dockModeSection] = (int)(value == DockStyle.None ? DockAnchorMode.Anchor : DockAnchorMode.Dock); 655state[s_flowBreakSection] = value ? 1 : 0;
188 references to
PresentationBuildTasks (22)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (22)
898return _flags[_pinnedFlagSection]; 1314short value = (short) _flags[_assemblyIdLowSection]; 1315value |= (short) (_flags[_assemblyIdHighSection] << 8); 1567return _flags[_sharedSection] == 1 ? true : false; 1581return _flags[_sharedSetSection] == 1 ? true : false; 1734return _flags[_sharedSection] == 1 ? true : false; 1748return _flags[_sharedSetSection] == 1 ? true : false; 2413get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2420get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3241short value = (short) _flags[_typeIdLowSection]; 3242value |= (short) (_flags[_typeIdHighSection] << 8); 3259return _flags[_useTypeConverter] == 1 ? true : false; 3273return _flags[_isInjected] == 1 ? true : false; 3645get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3652get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 4198short value = (short) _flags[_assemblyIdLowSection]; 4199value |= (short) (_flags[_assemblyIdHighSection] << 8); 4326short value = (short) _flags[_typeIdLowSection]; 4327value |= (short) (_flags[_typeIdHighSection] << 8); 4897return (BamlAttributeUsage) _flags[_attributeUsageSection]; 5000short value = (short) _flags[_stringIdLowSection]; 5001value |= (short) (_flags[_stringIdHighSection] << 8);
PresentationFramework (26)
System\Windows\Markup\BamlRecords.cs (26)
898return _flags[_pinnedFlagSection]; 1314short value = (short) _flags[_assemblyIdLowSection]; 1315value |= (short) (_flags[_assemblyIdHighSection] << 8); 1567return _flags[_sharedSection] == 1 ? true : false; 1581return _flags[_sharedSetSection] == 1 ? true : false; 1734return _flags[_sharedSection] == 1 ? true : false; 1748return _flags[_sharedSetSection] == 1 ? true : false; 2413get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2420get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2853get { return _flags[_isValueSetSection] == 1 ? true : false; } 2859get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2867get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 3241short value = (short) _flags[_typeIdLowSection]; 3242value |= (short) (_flags[_typeIdHighSection] << 8); 3259return _flags[_useTypeConverter] == 1 ? true : false; 3273return _flags[_isInjected] == 1 ? true : false; 3645get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3652get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 4198short value = (short) _flags[_assemblyIdLowSection]; 4199value |= (short) (_flags[_assemblyIdHighSection] << 8); 4326short value = (short) _flags[_typeIdLowSection]; 4327value |= (short) (_flags[_typeIdHighSection] << 8); 4881return _flags[_isInternalSection] == 1 ? true : false; 4897return (BamlAttributeUsage) _flags[_attributeUsageSection]; 5000short value = (short) _flags[_stringIdLowSection]; 5001value |= (short) (_flags[_stringIdHighSection] << 8);
System.Windows.Forms (140)
System\Windows\Forms\Controls\Labels\Label.cs (7)
137get => _labelState[s_stateAutoEllipsis] != 0; 214get => (BorderStyle)_labelState[s_stateBorderStyle]; 325get => (FlatStyle)_labelState[s_stateFlatStyle]; 331if (_labelState[s_stateFlatStyle] == (int)value) 336bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 775get => _labelState[s_stateUseMnemonic] != 0; 855bool currentlyAnimating = _labelState[s_stateAnimating] != 0;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (5)
664return _state[s_savedStateImageIndexSection] - 1; 749internal bool StateImageSet => (_state[s_stateImageMaskSet] != 0); 756get => _state[s_stateSelectedSection] == 1; 765get => _state[s_subItemCountSection]; 858get => _state[s_stateWholeRowOneStyleSection] == 1;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (13)
119get => _richTextBoxFlags[s_allowOleDropSection] != 0; 129get => _richTextBoxFlags[s_allowOleObjectsSection] != 0; 163get => _richTextBoxFlags[s_autoWordSelectionSection] != 0; 238get => _richTextBoxFlags[s_callOnContentsResizedSection] != 0; 335get => _richTextBoxFlags[s_autoUrlDetectSection] != 0; 361get => _richTextBoxFlags[s_enableAutoDragDropSection] != 0; 451get => _richTextBoxFlags[s_fInCtorSection] != 0; 482get => _richTextBoxFlags[s_linkcursorSection] != 0; 502get => _richTextBoxFlags[s_protectedErrorSection] != 0; 542get => _richTextBoxFlags[s_richTextShortcutsEnabledSection] != 0; 638get => (RichTextBoxScrollBars)_richTextBoxFlags[s_scrollBarsSection]; 1285get { return _richTextBoxFlags[s_showSelBarSection] != 0; } 1368get { return _richTextBoxFlags[s_suppressTextChangedEventSection] != 0; }
System\Windows\Forms\Form.cs (100)
180Debug.Assert(_formState[s_formStateAllowTransparency] == 0, "Failed to set formState[FormStateAllowTransparency]"); 181Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 182Debug.Assert(_formState[s_formStateTaskBar] == 1, "Failed to set formState[FormStateTaskBar]"); 183Debug.Assert(_formState[s_formStateControlBox] == 1, "Failed to set formState[FormStateControlBox]"); 184Debug.Assert(_formState[s_formStateKeyPreview] == 0, "Failed to set formState[FormStateKeyPreview]"); 185Debug.Assert(_formState[s_formStateLayered] == 0, "Failed to set formState[FormStateLayered]"); 186Debug.Assert(_formState[s_formStateMaximizeBox] == 1, "Failed to set formState[FormStateMaximizeBox]"); 187Debug.Assert(_formState[s_formStateMinimizeBox] == 1, "Failed to set formState[FormStateMinimizeBox]"); 188Debug.Assert(_formState[s_formStateHelpButton] == 0, "Failed to set formState[FormStateHelpButton]"); 189Debug.Assert(_formState[s_formStateStartPos] == (int)FormStartPosition.WindowsDefaultLocation, "Failed to set formState[FormStateStartPos]"); 190Debug.Assert(_formState[s_formStateWindowState] == (int)FormWindowState.Normal, "Failed to set formState[FormStateWindowState]"); 191Debug.Assert(_formState[s_formStateShowWindowOnCreate] == 0, "Failed to set formState[FormStateShowWindowOnCreate]"); 192Debug.Assert(_formState[s_formStateAutoScaling] == 1, "Failed to set formState[FormStateAutoScaling]"); 193Debug.Assert(_formState[s_formStateSetClientSize] == 0, "Failed to set formState[FormStateSetClientSize]"); 194Debug.Assert(_formState[s_formStateTopMost] == 0, "Failed to set formState[FormStateTopMost]"); 195Debug.Assert(_formState[s_formStateSWCalled] == 0, "Failed to set formState[FormStateSWCalled]"); 196Debug.Assert(_formState[s_formStateMdiChildMax] == 0, "Failed to set formState[FormStateMdiChildMax]"); 197Debug.Assert(_formState[s_formStateRenderSizeGrip] == 0, "Failed to set formState[FormStateRenderSizeGrip]"); 198Debug.Assert(_formState[s_formStateSizeGripStyle] == 0, "Failed to set formState[FormStateSizeGripStyle]"); 199Debug.Assert(_formState[s_formStateIsWindowActivated] == 0, "Failed to set formState[FormStateIsWindowActivated]"); 200Debug.Assert(_formState[s_formStateIsTextEmpty] == 0, "Failed to set formState[FormStateIsTextEmpty]"); 201Debug.Assert(_formState[s_formStateIsActive] == 0, "Failed to set formState[FormStateIsActive]"); 202Debug.Assert(_formState[s_formStateIconSet] == 0, "Failed to set formState[FormStateIconSet]"); 242return _formState[s_formStateIsActive] != 0; 249if (_formState[s_formStateIsActive] != 0 == value) 357get => _formState[s_formStateAllowTransparency] != 0; 360if (value == (_formState[s_formStateAllowTransparency] != 0)) 367_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 400return _formState[s_formStateAutoScaling] != 0; 494get { return _formStateEx[s_formStateExAutoSize] != 0; } 608return _formStateEx[s_formStateExCalledClosing] != 0; 620return _formStateEx[s_formStateExCalledCreateControl] != 0; 632return _formStateEx[s_formStateExCalledMakeVisible] != 0; 644return _formStateEx[s_formStateExCalledOnLoad] != 0; 661get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 667if (_formState[s_formStateSetClientSize] == 1 && !IsHandleCreated) 683int preWindowBoundsWidthIsClientSize = _formStateEx[s_formStateExWindowBoundsWidthIsClientSize]; 684int preWindowBoundsHeightIsClientSize = _formStateEx[s_formStateExWindowBoundsHeightIsClientSize]; 691if (_formState[s_formStateIconSet] == 0) 746get => _formState[s_formStateControlBox] != 0; 775if (TopLevel && (_formState[s_formStateLayered] != 0)) 789if (_formState[s_formStateTaskBar] != 0) 815if (_formState[s_formStateMdiChildMax] != 0) 968return _formState[s_formStateHelpButton] != 0; 1007if (_formState[s_formStateIconSet] == 0) 1047return _formStateEx[s_formStateExWindowClosing] == 1; 1061return (WindowState == FormWindowState.Maximized || (IsMdiChild && (_formState[s_formStateMdiChildMax] == 1))); 1143get => _formState[s_formStateKeyPreview] != 0; 1398get => _formState[s_formStateMaximizeBox] != 0; 1546get => _formState[s_formStateMinimizeBox] != 0; 1580bool oldLayered = _formState[s_formStateLayered] != 0; 1585if (_formState[s_formStateLayered] != 1) 1597if (oldLayered != (_formState[s_formStateLayered] != 0)) 1734get => _formState[s_formStateTaskBar] != 0; 1759get => _formStateEx[s_formStateExShowIcon] != 0; 1844return (SizeGripStyle)_formState[s_formStateSizeGripStyle]; 1873return (FormStartPosition)_formState[s_formStateStartPos]; 1983get => _formState[s_formStateTopMost] != 0; 2012bool oldLayered = (_formState[s_formStateLayered] == 1); 2023if (oldLayered != (_formState[s_formStateLayered] != 0)) 2038FormStartPosition startPos = (FormStartPosition)_formState[s_formStateStartPos]; 2105if (_formState[s_formStateSWCalled] == 0) 2473get => (FormWindowState)_formState[s_formStateWindowState]; 3007if ((FormWindowState)_formState[s_formStateWindowState] != FormWindowState.Normal 3027if (_formState[s_formStateSetClientSize] != 0) 3308&& (FormWindowState)_formState[s_formStateWindowState] == FormWindowState.Maximized) 3328if ((FormStartPosition)_formState[s_formStateStartPos] != FormStartPosition.WindowsDefaultBounds) 3333if (_formState[s_formStateShowWindowOnCreate] == 1) 3358if (_formState[s_formStateTopMost] != 0) 3438else if (_formStateEx[s_formStateExUseMdiChildProc] != 0) 3582switch ((FormBorderStyle)_formState[s_formStateBorderStyle]) 3616if (_formState[s_formStateSetClientSize] != 0) 3625switch ((FormStartPosition)_formState[s_formStateStartPos]) 3691switch ((FormWindowState)_formState[s_formStateWindowState]) 3790(_formStateEx[s_formStateExMnemonicProcessed] == 1 3950if (_formStateEx[s_formStateExSettingAutoScale] != 1) 4233if (_formState[s_formStateAutoScaling] == 1 && !DesignMode) 4401if (_formState[s_formStateRenderSizeGrip] != 0) 4443if (_formState[s_formStateRenderSizeGrip] != 0) 4631if (!ControlBox && _formState[s_formStateIsTextEmpty] != newTextEmpty) 4767if (_formState[s_formStateKeyPreview] != 0 && ProcessKeyEventArgs(ref m)) 4988if (_formState[s_formStateWindowState] == (int)FormWindowState.Minimized) 5011_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] == 1 ? restoredSize.Width : _restoredWindowBounds.Width, 5012_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] == 1 ? restoredSize.Height : _restoredWindowBounds.Height, 5028int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 5035if (suspendCount == 0 && _formStateEx[s_formStateExUpdateMenuHandlesDeferred] != 0) 5853return _formState[s_formStateAutoScaling] != 0; 5866return _formState[s_formStateIconSet] == 1; 5908if (_formState[s_formStateWindowState] != (int)FormWindowState.Minimized) 5919int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 5938int current = _formState[s_formStateRenderSizeGrip]; 5974if (_formState[s_formStateRenderSizeGrip] != current) 6040if ((_formState[s_formStateLayered] != 0) && IsHandleCreated && TopLevel) 6210if (_formStateEx[s_formStateExInUpdateMdiControlStrip] != 0) 6341if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon) 6416if (_formState[s_formStateWindowState] != (int)FormWindowState.Normal) 6423if (_formState[s_formStateMdiChildMax] == 0) 6432if (_formState[s_formStateMdiChildMax] == 0) 6759Size minTrack = (AutoSize && _formStateEx[s_formStateExInModalSizingLoop] == 1) ? LayoutUtils.UnionSizes(_minAutoSize, MinimumSize) : MinimumSize; 6899if (_formState[s_formStateRenderSizeGrip] != 0)
System\Windows\Forms\Layout\CommonProperties.cs (15)
70int value = state[s_autoSizeSection]; 410return state[s_autoSizeModeSection] == 0 ? AutoSizeMode.GrowOnly : AutoSizeMode.GrowAndShrink; 421bool result = state[s_dockAndAnchorNeedsLayoutSection] != 0; 439bool result = (state[s_dockAndAnchorNeedsLayoutSection] != 0) && (state[s_dockModeSection] == (int)DockAnchorMode.Anchor); 456bool result = state[s_dockModeSection] == (int)DockAnchorMode.Dock && element.ParticipatesInLayout; 474int value = state[s_selfAutoSizingSection]; 535AnchorStyles value = (AnchorStyles)state[s_dockAndAnchorSection]; 536DockAnchorMode mode = (DockAnchorMode)state[s_dockModeSection]; 553if (state[s_selfAutoSizingSection] != 0) 558bool result = (state[s_autoSizeSection] != 0) && (state[s_dockModeSection] == (int)DockAnchorMode.Anchor); 571DockStyle value = (DockStyle)state[s_dockAndAnchorSection]; 572DockAnchorMode mode = (DockAnchorMode)state[s_dockModeSection]; 643int value = state[s_flowBreakSection];