115 references to CreateSection
PresentationBuildTasks (22)
Framework\System\Windows\Markup\BamlRecords.cs (22)
1365= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1368= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1644= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1647= BitVector32.CreateSection( 1, _sharedSection ); 1808= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1811= BitVector32.CreateSection( 1, _sharedSection ); 2517= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2520= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 3491= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3494= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3497= BitVector32.CreateSection( 1, _typeIdHighSection ); 3500= BitVector32.CreateSection( 1, _useTypeConverter ); 3865= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3868= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 4457= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4460= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4677= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4680= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 5167= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5170= BitVector32.CreateSection( 3, _isInternalSection ); 5312= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5315= BitVector32.CreateSection( (short)0xff, _stringIdLowSection );
PresentationFramework (25)
src\Framework\System\Windows\Markup\BamlRecords.cs (25)
1365= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1368= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1644= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1647= BitVector32.CreateSection( 1, _sharedSection ); 1808= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1811= BitVector32.CreateSection( 1, _sharedSection ); 2517= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2520= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 2975= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 2979= BitVector32.CreateSection(1, _isValueSetSection); 2983= BitVector32.CreateSection(1, _isValueTypeIdSection); 3491= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3494= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3497= BitVector32.CreateSection( 1, _typeIdHighSection ); 3500= BitVector32.CreateSection( 1, _useTypeConverter ); 3865= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3868= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 4457= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4460= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4677= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4680= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 5167= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 5170= BitVector32.CreateSection( 3, _isInternalSection ); 5312= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5315= BitVector32.CreateSection( (short)0xff, _stringIdLowSection );
System.Windows.Forms (68)
winforms\Managed\System\WinForms\Form.cs (40)
83private static readonly BitVector32.Section FormStateBorderStyle = BitVector32.CreateSection(6, FormStateAllowTransparency); 84private static readonly BitVector32.Section FormStateTaskBar = BitVector32.CreateSection(1, FormStateBorderStyle); 85private static readonly BitVector32.Section FormStateControlBox = BitVector32.CreateSection(1, FormStateTaskBar); 86private static readonly BitVector32.Section FormStateKeyPreview = BitVector32.CreateSection(1, FormStateControlBox); 87private static readonly BitVector32.Section FormStateLayered = BitVector32.CreateSection(1, FormStateKeyPreview); 88private static readonly BitVector32.Section FormStateMaximizeBox = BitVector32.CreateSection(1, FormStateLayered); 89private static readonly BitVector32.Section FormStateMinimizeBox = BitVector32.CreateSection(1, FormStateMaximizeBox); 90private static readonly BitVector32.Section FormStateHelpButton = BitVector32.CreateSection(1, FormStateMinimizeBox); 91private static readonly BitVector32.Section FormStateStartPos = BitVector32.CreateSection(4, FormStateHelpButton); 92private static readonly BitVector32.Section FormStateWindowState = BitVector32.CreateSection(2, FormStateStartPos); 93private static readonly BitVector32.Section FormStateShowWindowOnCreate = BitVector32.CreateSection(1, FormStateWindowState); 94private static readonly BitVector32.Section FormStateAutoScaling = BitVector32.CreateSection(1, FormStateShowWindowOnCreate); 95private static readonly BitVector32.Section FormStateSetClientSize = BitVector32.CreateSection(1, FormStateAutoScaling); 96private static readonly BitVector32.Section FormStateTopMost = BitVector32.CreateSection(1, FormStateSetClientSize); 97private static readonly BitVector32.Section FormStateSWCalled = BitVector32.CreateSection(1, FormStateTopMost); 98private static readonly BitVector32.Section FormStateMdiChildMax = BitVector32.CreateSection(1, FormStateSWCalled); 99private static readonly BitVector32.Section FormStateRenderSizeGrip = BitVector32.CreateSection(1, FormStateMdiChildMax); 100private static readonly BitVector32.Section FormStateSizeGripStyle = BitVector32.CreateSection(2, FormStateRenderSizeGrip); 101private static readonly BitVector32.Section FormStateIsRestrictedWindow = BitVector32.CreateSection(1, FormStateSizeGripStyle); 102private static readonly BitVector32.Section FormStateIsRestrictedWindowChecked = BitVector32.CreateSection(1, FormStateIsRestrictedWindow); 103private static readonly BitVector32.Section FormStateIsWindowActivated = BitVector32.CreateSection(1, FormStateIsRestrictedWindowChecked); 104private static readonly BitVector32.Section FormStateIsTextEmpty = BitVector32.CreateSection(1, FormStateIsWindowActivated); 105private static readonly BitVector32.Section FormStateIsActive = BitVector32.CreateSection(1, FormStateIsTextEmpty); 106private static readonly BitVector32.Section FormStateIconSet = BitVector32.CreateSection(1, FormStateIsActive); 116private static readonly BitVector32.Section FormStateExUpdateMenuHandlesSuspendCount = BitVector32.CreateSection(8, FormStateExCalledClosing); 117private static readonly BitVector32.Section FormStateExUpdateMenuHandlesDeferred = BitVector32.CreateSection(1, FormStateExUpdateMenuHandlesSuspendCount); 118private static readonly BitVector32.Section FormStateExUseMdiChildProc = BitVector32.CreateSection(1, FormStateExUpdateMenuHandlesDeferred); 119private static readonly BitVector32.Section FormStateExCalledOnLoad = BitVector32.CreateSection(1, FormStateExUseMdiChildProc); 120private static readonly BitVector32.Section FormStateExCalledMakeVisible = BitVector32.CreateSection(1, FormStateExCalledOnLoad); 121private static readonly BitVector32.Section FormStateExCalledCreateControl = BitVector32.CreateSection(1, FormStateExCalledMakeVisible); 122private static readonly BitVector32.Section FormStateExAutoSize = BitVector32.CreateSection(1, FormStateExCalledCreateControl); 123private static readonly BitVector32.Section FormStateExInUpdateMdiControlStrip = BitVector32.CreateSection(1, FormStateExAutoSize); 124private static readonly BitVector32.Section FormStateExShowIcon = BitVector32.CreateSection(1, FormStateExInUpdateMdiControlStrip); 125private static readonly BitVector32.Section FormStateExMnemonicProcessed = BitVector32.CreateSection(1, FormStateExShowIcon); 126private static readonly BitVector32.Section FormStateExInScale = BitVector32.CreateSection(1, FormStateExMnemonicProcessed); 127private static readonly BitVector32.Section FormStateExInModalSizingLoop = BitVector32.CreateSection(1, FormStateExInScale); 128private static readonly BitVector32.Section FormStateExSettingAutoScale = BitVector32.CreateSection(1, FormStateExInModalSizingLoop); 129private static readonly BitVector32.Section FormStateExWindowBoundsWidthIsClientSize = BitVector32.CreateSection(1, FormStateExSettingAutoScale); 130private static readonly BitVector32.Section FormStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1, FormStateExWindowBoundsWidthIsClientSize); 131private static readonly BitVector32.Section FormStateExWindowClosing = BitVector32.CreateSection(1, FormStateExWindowBoundsHeightIsClientSize);
winforms\Managed\System\WinForms\Label.cs (5)
51private static readonly BitVector32.Section StateAutoSize = BitVector32.CreateSection(1, StateUseMnemonic); 52private static readonly BitVector32.Section StateAnimating = BitVector32.CreateSection(1, StateAutoSize); 53private static readonly BitVector32.Section StateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, StateAnimating); 54private static readonly BitVector32.Section StateBorderStyle = BitVector32.CreateSection((int)BorderStyle.Fixed3D, StateFlatStyle); 55private static readonly BitVector32.Section StateAutoEllipsis = BitVector32.CreateSection(1, StateBorderStyle);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (7)
58private static readonly BitVector32.Section _dockModeSection = BitVector32.CreateSection(0x01, _dockAndAnchorSection); 59private static readonly BitVector32.Section _autoSizeSection = BitVector32.CreateSection(0x01, _dockModeSection); 60private static readonly BitVector32.Section _BoxStretchInternalSection = BitVector32.CreateSection(0x03, _autoSizeSection); 61private static readonly BitVector32.Section _anchorNeverShrinksSection = BitVector32.CreateSection(0x01, _BoxStretchInternalSection); 62private static readonly BitVector32.Section _flowBreakSection = BitVector32.CreateSection(0x01, _anchorNeverShrinksSection); 63private static readonly BitVector32.Section _selfAutoSizingSection = BitVector32.CreateSection(0x01, _flowBreakSection); 64private static readonly BitVector32.Section _autoSizeModeSection = BitVector32.CreateSection(0x01, _selfAutoSizingSection);
winforms\Managed\System\WinForms\ListViewItem.cs (4)
50private static readonly BitVector32.Section StateImageMaskSet = BitVector32.CreateSection(1, StateSelectedSection); 51private static readonly BitVector32.Section StateWholeRowOneStyleSection = BitVector32.CreateSection(1, StateImageMaskSet); 52private static readonly BitVector32.Section SavedStateImageIndexSection = BitVector32.CreateSection(15, StateWholeRowOneStyleSection); 53private static readonly BitVector32.Section SubItemCountSection = BitVector32.CreateSection(MAX_SUBITEMS, SavedStateImageIndexSection);
winforms\Managed\System\WinForms\RichTextBox.cs (12)
127private static readonly BitVector32.Section showSelBarSection = BitVector32.CreateSection(1, autoWordSelectionSection); 128private static readonly BitVector32.Section autoUrlDetectSection = BitVector32.CreateSection(1, showSelBarSection); 129private static readonly BitVector32.Section fInCtorSection = BitVector32.CreateSection(1, autoUrlDetectSection); 130private static readonly BitVector32.Section protectedErrorSection = BitVector32.CreateSection(1, fInCtorSection); 131private static readonly BitVector32.Section linkcursorSection = BitVector32.CreateSection(1, protectedErrorSection); 132private static readonly BitVector32.Section allowOleDropSection = BitVector32.CreateSection(1, linkcursorSection); 133private static readonly BitVector32.Section suppressTextChangedEventSection = BitVector32.CreateSection(1, allowOleDropSection); 134private static readonly BitVector32.Section callOnContentsResizedSection = BitVector32.CreateSection(1, suppressTextChangedEventSection); 135private static readonly BitVector32.Section richTextShortcutsEnabledSection = BitVector32.CreateSection(1, callOnContentsResizedSection); 136private static readonly BitVector32.Section allowOleObjectsSection = BitVector32.CreateSection(1, richTextShortcutsEnabledSection); 137private static readonly BitVector32.Section scrollBarsSection = BitVector32.CreateSection((short) RichTextBoxScrollBars.ForcedBoth, allowOleObjectsSection); 138private static readonly BitVector32.Section enableAutoDragDropSection = BitVector32.CreateSection(1, scrollBarsSection);