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