162 writes to
PresentationBuildTasks (22)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (22)
903_flags[_pinnedFlagSection] = value; 1321_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1322_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1571_flags[_sharedSection] = value ? 1 : 0; 1585_flags[_sharedSetSection] = value ? 1 : 0; 1738_flags[_sharedSection] = value ? 1 : 0; 1752_flags[_sharedSetSection] = value ? 1 : 0; 2413set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2420set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 3248_flags[_typeIdLowSection] = (short) (value & 0xff); 3249_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3263_flags[_useTypeConverter] = value ? 1 : 0; 3277_flags[_isInjected] = value ? 1 : 0; 3645set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3652set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4205_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4206_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4333_flags[_typeIdLowSection] = (short) (value & 0xff); 4334_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4901_flags[_attributeUsageSection] = (int) value; 5007_flags[_stringIdLowSection] = (short) (value & 0xff); 5008_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
PresentationFramework (26)
System\Windows\Markup\BamlRecords.cs (26)
903_flags[_pinnedFlagSection] = value; 1321_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1322_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1571_flags[_sharedSection] = value ? 1 : 0; 1585_flags[_sharedSetSection] = value ? 1 : 0; 1738_flags[_sharedSection] = value ? 1 : 0; 1752_flags[_sharedSetSection] = value ? 1 : 0; 2413set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2420set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2853set { _flags[_isValueSetSection] = value ? 1 : 0; } 2859set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2867set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3248_flags[_typeIdLowSection] = (short) (value & 0xff); 3249_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3263_flags[_useTypeConverter] = value ? 1 : 0; 3277_flags[_isInjected] = value ? 1 : 0; 3645set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3652set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4205_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4206_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4333_flags[_typeIdLowSection] = (short) (value & 0xff); 4334_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4885_flags[_isInternalSection] = value ? 1 : 0; 4901_flags[_attributeUsageSection] = (int) value; 5007_flags[_stringIdLowSection] = (short) (value & 0xff); 5008_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);
System.Windows.Forms (114)
System\Windows\Forms\Controls\Labels\Label.cs (9)
79_labelState[s_stateFlatStyle] = (int)FlatStyle.Standard; 80_labelState[s_stateUseMnemonic] = 1; 81_labelState[s_stateBorderStyle] = (int)BorderStyle.None; 141_labelState[s_stateAutoEllipsis] = value ? 1 : 0; 217_labelState[s_stateBorderStyle] = (int)value; 336_labelState[s_stateFlatStyle] = (int)value; 781_labelState[s_stateUseMnemonic] = value ? 1 : 0; 862_labelState[s_stateAnimating] = animate ? 1 : 0; 867_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; 1369_richTextBoxFlags[s_suppressTextChangedEventSection] = value ? 1 : 0;
System\Windows\Forms\Form.cs (77)
204_formStateEx[s_formStateExShowIcon] = 1; 255_formState[s_formStateIsActive] = value ? 1 : 0; 259_formState[s_formStateIsWindowActivated] = 1; 277_formState[s_formStateIsWindowActivated] = 0; 361_formState[s_formStateAllowTransparency] = value ? 1 : 0; 363_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 400_formStateEx[s_formStateExSettingAutoScale] = 1; 405_formState[s_formStateAutoScaling] = 1; 414_formState[s_formStateAutoScaling] = 0; 419_formStateEx[s_formStateExSettingAutoScale] = 0; 495_formStateEx[s_formStateExAutoSize] = value ? 1 : 0; 608_formStateEx[s_formStateExCalledClosing] = (value ? 1 : 0); 620_formStateEx[s_formStateExCalledCreateControl] = (value ? 1 : 0); 632_formStateEx[s_formStateExCalledMakeVisible] = (value ? 1 : 0); 644_formStateEx[s_formStateExCalledOnLoad] = (value ? 1 : 0); 662_formState[s_formStateBorderStyle] = (int)value; 697_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = preWindowBoundsWidthIsClientSize; 698_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize; 745_formState[s_formStateControlBox] = value ? 1 : 0; 806_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 828_formState[s_formStateShowWindowOnCreate] = 1; 833_formState[s_formStateShowWindowOnCreate] = 0; 971_formState[s_formStateHelpButton] = 1; 975_formState[s_formStateHelpButton] = 0; 1022_formState[s_formStateIconSet] = value is null ? 0 : 1; 1044_formStateEx[s_formStateExWindowClosing] = value ? 1 : 0; 1137set => _formState[s_formStateKeyPreview] = value ? 1 : 0; 1394_formState[s_formStateMaximizeBox] = value ? 1 : 0; 1542_formState[s_formStateMinimizeBox] = value ? 1 : 0; 1580_formState[s_formStateLayered] = 1; 1589_formState[s_formStateLayered] = (TransparencyKey != Color.Empty) ? 1 : 0; 1816_formState[s_formStateTaskBar] = value ? 1 : 0; 1839_formStateEx[s_formStateExShowIcon] = value ? 1 : 0; 1932_formState[s_formStateSizeGripStyle] = (int)value; 1956_formState[s_formStateStartPos] = (int)value; 2072_formState[s_formStateTopMost] = value ? 1 : 0; 2093_formState[s_formStateLayered] = 1; 2097_formState[s_formStateLayered] = (OpacityAsByte < 255) ? 1 : 0; 2575_formState[s_formStateWindowState] = (int)value; 3090_formState[s_formStateSetClientSize] = 0; 3372_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 3373_formState[s_formStateMdiChildMax] = 1; 3375_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 3376_formState[s_formStateMdiChildMax] = 0; 4190_formStateEx[s_formStateExUseMdiChildProc] = (IsMdiChild && Visible) ? 1 : 0; 4223_formStateEx[s_formStateExUseMdiChildProc] = 0; 4283_formState[s_formStateAutoScaling] = 0; 4677_formState[s_formStateIsTextEmpty] = newTextEmpty; 4791_formStateEx[s_formStateExMnemonicProcessed] = 1; 4798_formStateEx[s_formStateExMnemonicProcessed] = 0; 5023_formState[s_formStateIconSet] = 0; 5090_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5091_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5108_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = --suspendCount; 5220_formStateEx[s_formStateExInScale] = 1; 5233_formStateEx[s_formStateExInScale] = 0; 5264_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5270_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5386_formState[s_formStateSetClientSize] = 1; 6019_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = ++suspendCount; 6045_formState[s_formStateRenderSizeGrip] = 0; 6052_formState[s_formStateRenderSizeGrip] = 1; 6055_formState[s_formStateRenderSizeGrip] = 0; 6060_formState[s_formStateRenderSizeGrip] = 1; 6064_formState[s_formStateRenderSizeGrip] = 0; 6231_formStateEx[s_formStateExUpdateMenuHandlesDeferred] = 0; 6315_formStateEx[s_formStateExInUpdateMdiControlStrip] = 1; 6368_formStateEx[s_formStateExInUpdateMdiControlStrip] = 0; 6525_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 6532_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 6541_formState[s_formStateWindowState] = (int)FormWindowState.Minimized; 6562_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 1; 6563_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 1; 6635_formStateEx[s_formStateExInModalSizingLoop] = 1; 6644_formStateEx[s_formStateExInModalSizingLoop] = 0; 7043_formState[s_formStateSWCalled] = 1; 7075_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)
897return _flags[_pinnedFlagSection]; 1313short value = (short) _flags[_assemblyIdLowSection]; 1314value |= (short) (_flags[_assemblyIdHighSection] << 8); 1566return _flags[_sharedSection] == 1 ? true : false; 1580return _flags[_sharedSetSection] == 1 ? true : false; 1733return _flags[_sharedSection] == 1 ? true : false; 1747return _flags[_sharedSetSection] == 1 ? true : false; 2412get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2419get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3240short value = (short) _flags[_typeIdLowSection]; 3241value |= (short) (_flags[_typeIdHighSection] << 8); 3258return _flags[_useTypeConverter] == 1 ? true : false; 3272return _flags[_isInjected] == 1 ? true : false; 3644get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3651get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 4197short value = (short) _flags[_assemblyIdLowSection]; 4198value |= (short) (_flags[_assemblyIdHighSection] << 8); 4325short value = (short) _flags[_typeIdLowSection]; 4326value |= (short) (_flags[_typeIdHighSection] << 8); 4896return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4999short value = (short) _flags[_stringIdLowSection]; 5000value |= (short) (_flags[_stringIdHighSection] << 8);
PresentationFramework (26)
System\Windows\Markup\BamlRecords.cs (26)
897return _flags[_pinnedFlagSection]; 1313short value = (short) _flags[_assemblyIdLowSection]; 1314value |= (short) (_flags[_assemblyIdHighSection] << 8); 1566return _flags[_sharedSection] == 1 ? true : false; 1580return _flags[_sharedSetSection] == 1 ? true : false; 1733return _flags[_sharedSection] == 1 ? true : false; 1747return _flags[_sharedSetSection] == 1 ? true : false; 2412get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2419get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2852get { return _flags[_isValueSetSection] == 1 ? true : false; } 2858get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2866get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 3240short value = (short) _flags[_typeIdLowSection]; 3241value |= (short) (_flags[_typeIdHighSection] << 8); 3258return _flags[_useTypeConverter] == 1 ? true : false; 3272return _flags[_isInjected] == 1 ? true : false; 3644get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3651get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 4197short value = (short) _flags[_assemblyIdLowSection]; 4198value |= (short) (_flags[_assemblyIdHighSection] << 8); 4325short value = (short) _flags[_typeIdLowSection]; 4326value |= (short) (_flags[_typeIdHighSection] << 8); 4880return _flags[_isInternalSection] == 1 ? true : false; 4896return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4999short value = (short) _flags[_stringIdLowSection]; 5000value |= (short) (_flags[_stringIdHighSection] << 8);
System.Windows.Forms (140)
System\Windows\Forms\Controls\Labels\Label.cs (7)
133get => _labelState[s_stateAutoEllipsis] != 0; 210get => (BorderStyle)_labelState[s_stateBorderStyle]; 323get => (FlatStyle)_labelState[s_stateFlatStyle]; 329if (_labelState[s_stateFlatStyle] == (int)value) 334bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 773get => _labelState[s_stateUseMnemonic] != 0; 853bool 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; } 1363get { 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]"); 238return _formState[s_formStateIsActive] != 0; 245if (_formState[s_formStateIsActive] != 0 == value) 353get => _formState[s_formStateAllowTransparency] != 0; 356if (value == (_formState[s_formStateAllowTransparency] != 0)) 363_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 396return _formState[s_formStateAutoScaling] != 0; 490get { return _formStateEx[s_formStateExAutoSize] != 0; } 604return _formStateEx[s_formStateExCalledClosing] != 0; 616return _formStateEx[s_formStateExCalledCreateControl] != 0; 628return _formStateEx[s_formStateExCalledMakeVisible] != 0; 640return _formStateEx[s_formStateExCalledOnLoad] != 0; 657get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 663if (_formState[s_formStateSetClientSize] == 1 && !IsHandleCreated) 679int preWindowBoundsWidthIsClientSize = _formStateEx[s_formStateExWindowBoundsWidthIsClientSize]; 680int preWindowBoundsHeightIsClientSize = _formStateEx[s_formStateExWindowBoundsHeightIsClientSize]; 687if (_formState[s_formStateIconSet] == 0) 742get => _formState[s_formStateControlBox] != 0; 771if (TopLevel && (_formState[s_formStateLayered] != 0)) 785if (_formState[s_formStateTaskBar] != 0) 811if (_formState[s_formStateMdiChildMax] != 0) 964return _formState[s_formStateHelpButton] != 0; 1003if (_formState[s_formStateIconSet] == 0) 1040return _formStateEx[s_formStateExWindowClosing] == 1; 1054return (WindowState == FormWindowState.Maximized || (IsMdiChild && (_formState[s_formStateMdiChildMax] == 1))); 1136get => _formState[s_formStateKeyPreview] != 0; 1391get => _formState[s_formStateMaximizeBox] != 0; 1539get => _formState[s_formStateMinimizeBox] != 0; 1573bool oldLayered = _formState[s_formStateLayered] != 0; 1578if (_formState[s_formStateLayered] != 1) 1590if (oldLayered != (_formState[s_formStateLayered] != 0)) 1811get => _formState[s_formStateTaskBar] != 0; 1836get => _formStateEx[s_formStateExShowIcon] != 0; 1921return (SizeGripStyle)_formState[s_formStateSizeGripStyle]; 1950return (FormStartPosition)_formState[s_formStateStartPos]; 2060get => _formState[s_formStateTopMost] != 0; 2089bool oldLayered = (_formState[s_formStateLayered] == 1); 2100if (oldLayered != (_formState[s_formStateLayered] != 0)) 2115FormStartPosition startPos = (FormStartPosition)_formState[s_formStateStartPos]; 2182if (_formState[s_formStateSWCalled] == 0) 2540get => (FormWindowState)_formState[s_formStateWindowState]; 3067if ((FormWindowState)_formState[s_formStateWindowState] != FormWindowState.Normal 3087if (_formState[s_formStateSetClientSize] != 0) 3368&& (FormWindowState)_formState[s_formStateWindowState] == FormWindowState.Maximized) 3388if ((FormStartPosition)_formState[s_formStateStartPos] != FormStartPosition.WindowsDefaultBounds) 3393if (_formState[s_formStateShowWindowOnCreate] == 1) 3418if (_formState[s_formStateTopMost] != 0) 3498else if (_formStateEx[s_formStateExUseMdiChildProc] != 0) 3633switch ((FormBorderStyle)_formState[s_formStateBorderStyle]) 3667if (_formState[s_formStateSetClientSize] != 0) 3676switch ((FormStartPosition)_formState[s_formStateStartPos]) 3742switch ((FormWindowState)_formState[s_formStateWindowState]) 3841(_formStateEx[s_formStateExMnemonicProcessed] == 1 4001if (_formStateEx[s_formStateExSettingAutoScale] != 1) 4280if (_formState[s_formStateAutoScaling] == 1 && !DesignMode) 4441if (_formState[s_formStateRenderSizeGrip] != 0) 4483if (_formState[s_formStateRenderSizeGrip] != 0) 4672if (!ControlBox && _formState[s_formStateIsTextEmpty] != newTextEmpty) 4808if (_formState[s_formStateKeyPreview] != 0 && ProcessKeyEventArgs(ref m)) 5062if (_formState[s_formStateWindowState] == (int)FormWindowState.Minimized) 5085_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] == 1 ? restoredSize.Width : _restoredWindowBounds.Width, 5086_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] == 1 ? restoredSize.Height : _restoredWindowBounds.Height, 5102int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 5109if (suspendCount == 0 && _formStateEx[s_formStateExUpdateMenuHandlesDeferred] != 0) 5952return _formState[s_formStateAutoScaling] != 0; 5965return _formState[s_formStateIconSet] == 1; 6007if (_formState[s_formStateWindowState] != (int)FormWindowState.Minimized) 6018int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 6037int current = _formState[s_formStateRenderSizeGrip]; 6073if (_formState[s_formStateRenderSizeGrip] != current) 6139if ((_formState[s_formStateLayered] != 0) && IsHandleCreated && TopLevel) 6309if (_formStateEx[s_formStateExInUpdateMdiControlStrip] != 0) 6445if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon) 6523if (_formState[s_formStateWindowState] != (int)FormWindowState.Normal) 6530if (_formState[s_formStateMdiChildMax] == 0) 6539if (_formState[s_formStateMdiChildMax] == 0) 6866Size minTrack = (AutoSize && _formStateEx[s_formStateExInModalSizingLoop] == 1) ? LayoutUtils.UnionSizes(_minAutoSize, MinimumSize) : MinimumSize; 7003if (_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];