113 references to CreateSection
PresentationBuildTasks (22)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (22)
1332= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1335= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1602= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1605= BitVector32.CreateSection( 1, _sharedSection ); 1760= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1763= BitVector32.CreateSection( 1, _sharedSection ); 2426= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2429= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 3303= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3306= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3309= BitVector32.CreateSection( 1, _typeIdHighSection ); 3312= BitVector32.CreateSection( 1, _useTypeConverter ); 3667= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3670= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 4216= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4219= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4429= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4432= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 4910= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 4913= BitVector32.CreateSection( 3, _isInternalSection ); 5049= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5052= BitVector32.CreateSection( (short)0xff, _stringIdLowSection );
PresentationFramework (25)
System\Windows\Markup\BamlRecords.cs (25)
1332= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 1335= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 1602= BitVector32.CreateSection( 1, BamlElementStartRecord.LastFlagsSection ); 1605= BitVector32.CreateSection( 1, _sharedSection ); 1760= BitVector32.CreateSection( 1, BamlStringValueRecord.LastFlagsSection ); 1763= BitVector32.CreateSection( 1, _sharedSection ); 2426= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 2429= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 2875= BitVector32.CreateSection(1, BamlVariableSizedRecord.LastFlagsSection); 2879= BitVector32.CreateSection(1, _isValueSetSection); 2883= BitVector32.CreateSection(1, _isValueTypeIdSection); 3303= BitVector32.CreateSection( (short)0xff, BamlRecord.LastFlagsSection ); 3306= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 3309= BitVector32.CreateSection( 1, _typeIdHighSection ); 3312= BitVector32.CreateSection( 1, _useTypeConverter ); 3667= BitVector32.CreateSection(1, BamlRecord.LastFlagsSection); 3670= BitVector32.CreateSection(1, _isValueTypeExtensionSection); 4216= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4219= BitVector32.CreateSection( (short)0xff, _assemblyIdLowSection ); 4429= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 4432= BitVector32.CreateSection( (short)0xff, _typeIdLowSection ); 4910= BitVector32.CreateSection( 1, BamlVariableSizedRecord.LastFlagsSection ); 4913= BitVector32.CreateSection( 3, _isInternalSection ); 5049= BitVector32.CreateSection( (short)0xff, BamlVariableSizedRecord.LastFlagsSection ); 5052= BitVector32.CreateSection( (short)0xff, _stringIdLowSection );
System.Windows.Forms (66)
System\Windows\Forms\Controls\Labels\Label.cs (5)
32private static readonly BitVector32.Section s_stateAutoSize = BitVector32.CreateSection(1, s_stateUseMnemonic); 33private static readonly BitVector32.Section s_stateAnimating = BitVector32.CreateSection(1, s_stateAutoSize); 34private static readonly BitVector32.Section s_stateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, s_stateAnimating); 35private static readonly BitVector32.Section s_stateBorderStyle = BitVector32.CreateSection((int)BorderStyle.Fixed3D, s_stateFlatStyle); 36private static readonly BitVector32.Section s_stateAutoEllipsis = BitVector32.CreateSection(1, s_stateBorderStyle);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (4)
27private static readonly BitVector32.Section s_stateImageMaskSet = BitVector32.CreateSection(1, s_stateSelectedSection); 28private static readonly BitVector32.Section s_stateWholeRowOneStyleSection = BitVector32.CreateSection(1, s_stateImageMaskSet); 29private static readonly BitVector32.Section s_savedStateImageIndexSection = BitVector32.CreateSection(15, s_stateWholeRowOneStyleSection); 30private static readonly BitVector32.Section s_subItemCountSection = BitVector32.CreateSection(MaxSubItems, s_savedStateImageIndexSection);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (12)
82private static readonly BitVector32.Section s_showSelBarSection = BitVector32.CreateSection(1, s_autoWordSelectionSection); 83private static readonly BitVector32.Section s_autoUrlDetectSection = BitVector32.CreateSection(1, s_showSelBarSection); 84private static readonly BitVector32.Section s_fInCtorSection = BitVector32.CreateSection(1, s_autoUrlDetectSection); 85private static readonly BitVector32.Section s_protectedErrorSection = BitVector32.CreateSection(1, s_fInCtorSection); 86private static readonly BitVector32.Section s_linkcursorSection = BitVector32.CreateSection(1, s_protectedErrorSection); 87private static readonly BitVector32.Section s_allowOleDropSection = BitVector32.CreateSection(1, s_linkcursorSection); 88private static readonly BitVector32.Section s_suppressTextChangedEventSection = BitVector32.CreateSection(1, s_allowOleDropSection); 89private static readonly BitVector32.Section s_callOnContentsResizedSection = BitVector32.CreateSection(1, s_suppressTextChangedEventSection); 90private static readonly BitVector32.Section s_richTextShortcutsEnabledSection = BitVector32.CreateSection(1, s_callOnContentsResizedSection); 91private static readonly BitVector32.Section s_allowOleObjectsSection = BitVector32.CreateSection(1, s_richTextShortcutsEnabledSection); 92private static readonly BitVector32.Section s_scrollBarsSection = BitVector32.CreateSection((short)RichTextBoxScrollBars.ForcedBoth, s_allowOleObjectsSection); 93private static readonly BitVector32.Section s_enableAutoDragDropSection = BitVector32.CreateSection(1, s_scrollBarsSection);
System\Windows\Forms\Form.cs (38)
60private static readonly BitVector32.Section s_formStateBorderStyle = BitVector32.CreateSection(6, s_formStateAllowTransparency); 61private static readonly BitVector32.Section s_formStateTaskBar = BitVector32.CreateSection(1, s_formStateBorderStyle); 62private static readonly BitVector32.Section s_formStateControlBox = BitVector32.CreateSection(1, s_formStateTaskBar); 63private static readonly BitVector32.Section s_formStateKeyPreview = BitVector32.CreateSection(1, s_formStateControlBox); 64private static readonly BitVector32.Section s_formStateLayered = BitVector32.CreateSection(1, s_formStateKeyPreview); 65private static readonly BitVector32.Section s_formStateMaximizeBox = BitVector32.CreateSection(1, s_formStateLayered); 66private static readonly BitVector32.Section s_formStateMinimizeBox = BitVector32.CreateSection(1, s_formStateMaximizeBox); 67private static readonly BitVector32.Section s_formStateHelpButton = BitVector32.CreateSection(1, s_formStateMinimizeBox); 68private static readonly BitVector32.Section s_formStateStartPos = BitVector32.CreateSection(4, s_formStateHelpButton); 69private static readonly BitVector32.Section s_formStateWindowState = BitVector32.CreateSection(2, s_formStateStartPos); 70private static readonly BitVector32.Section s_formStateShowWindowOnCreate = BitVector32.CreateSection(1, s_formStateWindowState); 71private static readonly BitVector32.Section s_formStateAutoScaling = BitVector32.CreateSection(1, s_formStateShowWindowOnCreate); 72private static readonly BitVector32.Section s_formStateSetClientSize = BitVector32.CreateSection(1, s_formStateAutoScaling); 73private static readonly BitVector32.Section s_formStateTopMost = BitVector32.CreateSection(1, s_formStateSetClientSize); 74private static readonly BitVector32.Section s_formStateSWCalled = BitVector32.CreateSection(1, s_formStateTopMost); 75private static readonly BitVector32.Section s_formStateMdiChildMax = BitVector32.CreateSection(1, s_formStateSWCalled); 76private static readonly BitVector32.Section s_formStateRenderSizeGrip = BitVector32.CreateSection(1, s_formStateMdiChildMax); 77private static readonly BitVector32.Section s_formStateSizeGripStyle = BitVector32.CreateSection(2, s_formStateRenderSizeGrip); 78private static readonly BitVector32.Section s_formStateIsWindowActivated = BitVector32.CreateSection(1, s_formStateSizeGripStyle); 79private static readonly BitVector32.Section s_formStateIsTextEmpty = BitVector32.CreateSection(1, s_formStateIsWindowActivated); 80private static readonly BitVector32.Section s_formStateIsActive = BitVector32.CreateSection(1, s_formStateIsTextEmpty); 81private static readonly BitVector32.Section s_formStateIconSet = BitVector32.CreateSection(1, s_formStateIsActive); 85private static readonly BitVector32.Section s_formStateExUpdateMenuHandlesSuspendCount = BitVector32.CreateSection(8, s_formStateExCalledClosing); 86private static readonly BitVector32.Section s_formStateExUpdateMenuHandlesDeferred = BitVector32.CreateSection(1, s_formStateExUpdateMenuHandlesSuspendCount); 87private static readonly BitVector32.Section s_formStateExUseMdiChildProc = BitVector32.CreateSection(1, s_formStateExUpdateMenuHandlesDeferred); 88private static readonly BitVector32.Section s_formStateExCalledOnLoad = BitVector32.CreateSection(1, s_formStateExUseMdiChildProc); 89private static readonly BitVector32.Section s_formStateExCalledMakeVisible = BitVector32.CreateSection(1, s_formStateExCalledOnLoad); 90private static readonly BitVector32.Section s_formStateExCalledCreateControl = BitVector32.CreateSection(1, s_formStateExCalledMakeVisible); 91private static readonly BitVector32.Section s_formStateExAutoSize = BitVector32.CreateSection(1, s_formStateExCalledCreateControl); 92private static readonly BitVector32.Section s_formStateExInUpdateMdiControlStrip = BitVector32.CreateSection(1, s_formStateExAutoSize); 93private static readonly BitVector32.Section s_formStateExShowIcon = BitVector32.CreateSection(1, s_formStateExInUpdateMdiControlStrip); 94private static readonly BitVector32.Section s_formStateExMnemonicProcessed = BitVector32.CreateSection(1, s_formStateExShowIcon); 95private static readonly BitVector32.Section s_formStateExInScale = BitVector32.CreateSection(1, s_formStateExMnemonicProcessed); 96private static readonly BitVector32.Section s_formStateExInModalSizingLoop = BitVector32.CreateSection(1, s_formStateExInScale); 97private static readonly BitVector32.Section s_formStateExSettingAutoScale = BitVector32.CreateSection(1, s_formStateExInModalSizingLoop); 98private static readonly BitVector32.Section s_formStateExWindowBoundsWidthIsClientSize = BitVector32.CreateSection(1, s_formStateExSettingAutoScale); 99private static readonly BitVector32.Section s_formStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1, s_formStateExWindowBoundsWidthIsClientSize); 100private static readonly BitVector32.Section s_formStateExWindowClosing = BitVector32.CreateSection(1, s_formStateExWindowBoundsHeightIsClientSize);
System\Windows\Forms\Layout\CommonProperties.cs (7)
41private static readonly BitVector32.Section s_dockModeSection = BitVector32.CreateSection(0x01, s_dockAndAnchorSection); 42private static readonly BitVector32.Section s_autoSizeSection = BitVector32.CreateSection(0x01, s_dockModeSection); 43private static readonly BitVector32.Section s_boxStretchInternalSection = BitVector32.CreateSection(0x03, s_autoSizeSection); 44private static readonly BitVector32.Section s_anchorNeverShrinksSection = BitVector32.CreateSection(0x01, s_boxStretchInternalSection); 45private static readonly BitVector32.Section s_flowBreakSection = BitVector32.CreateSection(0x01, s_anchorNeverShrinksSection); 46private static readonly BitVector32.Section s_selfAutoSizingSection = BitVector32.CreateSection(0x01, s_flowBreakSection); 47private static readonly BitVector32.Section s_autoSizeModeSection = BitVector32.CreateSection(0x01, s_selfAutoSizingSection);