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; 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)
205_formStateEx[s_formStateExShowIcon] = 1; 256_formState[s_formStateIsActive] = value ? 1 : 0; 260_formState[s_formStateIsWindowActivated] = 1; 278_formState[s_formStateIsWindowActivated] = 0; 362_formState[s_formStateAllowTransparency] = value ? 1 : 0; 364_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 401_formStateEx[s_formStateExSettingAutoScale] = 1; 406_formState[s_formStateAutoScaling] = 1; 415_formState[s_formStateAutoScaling] = 0; 420_formStateEx[s_formStateExSettingAutoScale] = 0; 496_formStateEx[s_formStateExAutoSize] = value ? 1 : 0; 609_formStateEx[s_formStateExCalledClosing] = (value ? 1 : 0); 621_formStateEx[s_formStateExCalledCreateControl] = (value ? 1 : 0); 633_formStateEx[s_formStateExCalledMakeVisible] = (value ? 1 : 0); 645_formStateEx[s_formStateExCalledOnLoad] = (value ? 1 : 0); 663_formState[s_formStateBorderStyle] = (int)value; 698_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = preWindowBoundsWidthIsClientSize; 699_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize; 746_formState[s_formStateControlBox] = value ? 1 : 0; 807_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 829_formState[s_formStateShowWindowOnCreate] = 1; 834_formState[s_formStateShowWindowOnCreate] = 0; 972_formState[s_formStateHelpButton] = 1; 976_formState[s_formStateHelpButton] = 0; 1023_formState[s_formStateIconSet] = value is null ? 0 : 1; 1048_formStateEx[s_formStateExWindowClosing] = value ? 1 : 0; 1141set => _formState[s_formStateKeyPreview] = value ? 1 : 0; 1398_formState[s_formStateMaximizeBox] = value ? 1 : 0; 1546_formState[s_formStateMinimizeBox] = value ? 1 : 0; 1584_formState[s_formStateLayered] = 1; 1593_formState[s_formStateLayered] = (TransparencyKey != Color.Empty) ? 1 : 0; 1817_formState[s_formStateTaskBar] = value ? 1 : 0; 1840_formStateEx[s_formStateExShowIcon] = value ? 1 : 0; 1933_formState[s_formStateSizeGripStyle] = (int)value; 1957_formState[s_formStateStartPos] = (int)value; 2073_formState[s_formStateTopMost] = value ? 1 : 0; 2094_formState[s_formStateLayered] = 1; 2098_formState[s_formStateLayered] = (OpacityAsByte < 255) ? 1 : 0; 2586_formState[s_formStateWindowState] = (int)value; 3105_formState[s_formStateSetClientSize] = 0; 3387_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 3388_formState[s_formStateMdiChildMax] = 1; 3390_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 3391_formState[s_formStateMdiChildMax] = 0; 4214_formStateEx[s_formStateExUseMdiChildProc] = (IsMdiChild && Visible) ? 1 : 0; 4242_formStateEx[s_formStateExUseMdiChildProc] = 0; 4302_formState[s_formStateAutoScaling] = 0; 4695_formState[s_formStateIsTextEmpty] = newTextEmpty; 4809_formStateEx[s_formStateExMnemonicProcessed] = 1; 4816_formStateEx[s_formStateExMnemonicProcessed] = 0; 5043_formState[s_formStateIconSet] = 0; 5110_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5111_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5128_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = --suspendCount; 5240_formStateEx[s_formStateExInScale] = 1; 5253_formStateEx[s_formStateExInScale] = 0; 5284_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 0; 5290_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5406_formState[s_formStateSetClientSize] = 1; 6011_formStateEx[s_formStateExUpdateMenuHandlesSuspendCount] = ++suspendCount; 6037_formState[s_formStateRenderSizeGrip] = 0; 6044_formState[s_formStateRenderSizeGrip] = 1; 6047_formState[s_formStateRenderSizeGrip] = 0; 6052_formState[s_formStateRenderSizeGrip] = 1; 6056_formState[s_formStateRenderSizeGrip] = 0; 6223_formStateEx[s_formStateExUpdateMenuHandlesDeferred] = 0; 6307_formStateEx[s_formStateExInUpdateMdiControlStrip] = 1; 6360_formStateEx[s_formStateExInUpdateMdiControlStrip] = 0; 6509_formState[s_formStateWindowState] = (int)FormWindowState.Normal; 6516_formState[s_formStateWindowState] = (int)FormWindowState.Maximized; 6525_formState[s_formStateWindowState] = (int)FormWindowState.Minimized; 6546_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] = 1; 6547_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 1; 6619_formStateEx[s_formStateExInModalSizingLoop] = 1; 6628_formStateEx[s_formStateExInModalSizingLoop] = 0; 7030_formState[s_formStateSWCalled] = 1; 7062_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]; 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)
181Debug.Assert(_formState[s_formStateAllowTransparency] == 0, "Failed to set formState[FormStateAllowTransparency]"); 182Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 183Debug.Assert(_formState[s_formStateTaskBar] == 1, "Failed to set formState[FormStateTaskBar]"); 184Debug.Assert(_formState[s_formStateControlBox] == 1, "Failed to set formState[FormStateControlBox]"); 185Debug.Assert(_formState[s_formStateKeyPreview] == 0, "Failed to set formState[FormStateKeyPreview]"); 186Debug.Assert(_formState[s_formStateLayered] == 0, "Failed to set formState[FormStateLayered]"); 187Debug.Assert(_formState[s_formStateMaximizeBox] == 1, "Failed to set formState[FormStateMaximizeBox]"); 188Debug.Assert(_formState[s_formStateMinimizeBox] == 1, "Failed to set formState[FormStateMinimizeBox]"); 189Debug.Assert(_formState[s_formStateHelpButton] == 0, "Failed to set formState[FormStateHelpButton]"); 190Debug.Assert(_formState[s_formStateStartPos] == (int)FormStartPosition.WindowsDefaultLocation, "Failed to set formState[FormStateStartPos]"); 191Debug.Assert(_formState[s_formStateWindowState] == (int)FormWindowState.Normal, "Failed to set formState[FormStateWindowState]"); 192Debug.Assert(_formState[s_formStateShowWindowOnCreate] == 0, "Failed to set formState[FormStateShowWindowOnCreate]"); 193Debug.Assert(_formState[s_formStateAutoScaling] == 1, "Failed to set formState[FormStateAutoScaling]"); 194Debug.Assert(_formState[s_formStateSetClientSize] == 0, "Failed to set formState[FormStateSetClientSize]"); 195Debug.Assert(_formState[s_formStateTopMost] == 0, "Failed to set formState[FormStateTopMost]"); 196Debug.Assert(_formState[s_formStateSWCalled] == 0, "Failed to set formState[FormStateSWCalled]"); 197Debug.Assert(_formState[s_formStateMdiChildMax] == 0, "Failed to set formState[FormStateMdiChildMax]"); 198Debug.Assert(_formState[s_formStateRenderSizeGrip] == 0, "Failed to set formState[FormStateRenderSizeGrip]"); 199Debug.Assert(_formState[s_formStateSizeGripStyle] == 0, "Failed to set formState[FormStateSizeGripStyle]"); 200Debug.Assert(_formState[s_formStateIsWindowActivated] == 0, "Failed to set formState[FormStateIsWindowActivated]"); 201Debug.Assert(_formState[s_formStateIsTextEmpty] == 0, "Failed to set formState[FormStateIsTextEmpty]"); 202Debug.Assert(_formState[s_formStateIsActive] == 0, "Failed to set formState[FormStateIsActive]"); 203Debug.Assert(_formState[s_formStateIconSet] == 0, "Failed to set formState[FormStateIconSet]"); 239return _formState[s_formStateIsActive] != 0; 246if (_formState[s_formStateIsActive] != 0 == value) 354get => _formState[s_formStateAllowTransparency] != 0; 357if (value == (_formState[s_formStateAllowTransparency] != 0)) 364_formState[s_formStateLayered] = _formState[s_formStateAllowTransparency]; 397return _formState[s_formStateAutoScaling] != 0; 491get { return _formStateEx[s_formStateExAutoSize] != 0; } 605return _formStateEx[s_formStateExCalledClosing] != 0; 617return _formStateEx[s_formStateExCalledCreateControl] != 0; 629return _formStateEx[s_formStateExCalledMakeVisible] != 0; 641return _formStateEx[s_formStateExCalledOnLoad] != 0; 658get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 664if (_formState[s_formStateSetClientSize] == 1 && !IsHandleCreated) 680int preWindowBoundsWidthIsClientSize = _formStateEx[s_formStateExWindowBoundsWidthIsClientSize]; 681int preWindowBoundsHeightIsClientSize = _formStateEx[s_formStateExWindowBoundsHeightIsClientSize]; 688if (_formState[s_formStateIconSet] == 0) 743get => _formState[s_formStateControlBox] != 0; 772if (TopLevel && (_formState[s_formStateLayered] != 0)) 786if (_formState[s_formStateTaskBar] != 0) 812if (_formState[s_formStateMdiChildMax] != 0) 965return _formState[s_formStateHelpButton] != 0; 1004if (_formState[s_formStateIconSet] == 0) 1044return _formStateEx[s_formStateExWindowClosing] == 1; 1058return (WindowState == FormWindowState.Maximized || (IsMdiChild && (_formState[s_formStateMdiChildMax] == 1))); 1140get => _formState[s_formStateKeyPreview] != 0; 1395get => _formState[s_formStateMaximizeBox] != 0; 1543get => _formState[s_formStateMinimizeBox] != 0; 1577bool oldLayered = _formState[s_formStateLayered] != 0; 1582if (_formState[s_formStateLayered] != 1) 1594if (oldLayered != (_formState[s_formStateLayered] != 0)) 1812get => _formState[s_formStateTaskBar] != 0; 1837get => _formStateEx[s_formStateExShowIcon] != 0; 1922return (SizeGripStyle)_formState[s_formStateSizeGripStyle]; 1951return (FormStartPosition)_formState[s_formStateStartPos]; 2061get => _formState[s_formStateTopMost] != 0; 2090bool oldLayered = (_formState[s_formStateLayered] == 1); 2101if (oldLayered != (_formState[s_formStateLayered] != 0)) 2116FormStartPosition startPos = (FormStartPosition)_formState[s_formStateStartPos]; 2183if (_formState[s_formStateSWCalled] == 0) 2551get => (FormWindowState)_formState[s_formStateWindowState]; 3082if ((FormWindowState)_formState[s_formStateWindowState] != FormWindowState.Normal 3102if (_formState[s_formStateSetClientSize] != 0) 3383&& (FormWindowState)_formState[s_formStateWindowState] == FormWindowState.Maximized) 3403if ((FormStartPosition)_formState[s_formStateStartPos] != FormStartPosition.WindowsDefaultBounds) 3408if (_formState[s_formStateShowWindowOnCreate] == 1) 3433if (_formState[s_formStateTopMost] != 0) 3513else if (_formStateEx[s_formStateExUseMdiChildProc] != 0) 3657switch ((FormBorderStyle)_formState[s_formStateBorderStyle]) 3691if (_formState[s_formStateSetClientSize] != 0) 3700switch ((FormStartPosition)_formState[s_formStateStartPos]) 3766switch ((FormWindowState)_formState[s_formStateWindowState]) 3865(_formStateEx[s_formStateExMnemonicProcessed] == 1 4025if (_formStateEx[s_formStateExSettingAutoScale] != 1) 4299if (_formState[s_formStateAutoScaling] == 1 && !DesignMode) 4460if (_formState[s_formStateRenderSizeGrip] != 0) 4502if (_formState[s_formStateRenderSizeGrip] != 0) 4690if (!ControlBox && _formState[s_formStateIsTextEmpty] != newTextEmpty) 4826if (_formState[s_formStateKeyPreview] != 0 && ProcessKeyEventArgs(ref m)) 5082if (_formState[s_formStateWindowState] == (int)FormWindowState.Minimized) 5105_formStateEx[s_formStateExWindowBoundsWidthIsClientSize] == 1 ? restoredSize.Width : _restoredWindowBounds.Width, 5106_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] == 1 ? restoredSize.Height : _restoredWindowBounds.Height, 5122int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 5129if (suspendCount == 0 && _formStateEx[s_formStateExUpdateMenuHandlesDeferred] != 0) 5944return _formState[s_formStateAutoScaling] != 0; 5957return _formState[s_formStateIconSet] == 1; 5999if (_formState[s_formStateWindowState] != (int)FormWindowState.Minimized) 6010int suspendCount = _formStateEx[s_formStateExUpdateMenuHandlesSuspendCount]; 6029int current = _formState[s_formStateRenderSizeGrip]; 6065if (_formState[s_formStateRenderSizeGrip] != current) 6131if ((_formState[s_formStateLayered] != 0) && IsHandleCreated && TopLevel) 6301if (_formStateEx[s_formStateExInUpdateMdiControlStrip] != 0) 6432if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon) 6507if (_formState[s_formStateWindowState] != (int)FormWindowState.Normal) 6514if (_formState[s_formStateMdiChildMax] == 0) 6523if (_formState[s_formStateMdiChildMax] == 0) 6850Size minTrack = (AutoSize && _formStateEx[s_formStateExInModalSizingLoop] == 1) ? LayoutUtils.UnionSizes(_minAutoSize, MinimumSize) : MinimumSize; 6990if (_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];