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)
83
private static readonly BitVector32.Section FormStateBorderStyle = BitVector32.
CreateSection
(6, FormStateAllowTransparency);
84
private static readonly BitVector32.Section FormStateTaskBar = BitVector32.
CreateSection
(1, FormStateBorderStyle);
85
private static readonly BitVector32.Section FormStateControlBox = BitVector32.
CreateSection
(1, FormStateTaskBar);
86
private static readonly BitVector32.Section FormStateKeyPreview = BitVector32.
CreateSection
(1, FormStateControlBox);
87
private static readonly BitVector32.Section FormStateLayered = BitVector32.
CreateSection
(1, FormStateKeyPreview);
88
private static readonly BitVector32.Section FormStateMaximizeBox = BitVector32.
CreateSection
(1, FormStateLayered);
89
private static readonly BitVector32.Section FormStateMinimizeBox = BitVector32.
CreateSection
(1, FormStateMaximizeBox);
90
private static readonly BitVector32.Section FormStateHelpButton = BitVector32.
CreateSection
(1, FormStateMinimizeBox);
91
private static readonly BitVector32.Section FormStateStartPos = BitVector32.
CreateSection
(4, FormStateHelpButton);
92
private static readonly BitVector32.Section FormStateWindowState = BitVector32.
CreateSection
(2, FormStateStartPos);
93
private static readonly BitVector32.Section FormStateShowWindowOnCreate = BitVector32.
CreateSection
(1, FormStateWindowState);
94
private static readonly BitVector32.Section FormStateAutoScaling = BitVector32.
CreateSection
(1, FormStateShowWindowOnCreate);
95
private static readonly BitVector32.Section FormStateSetClientSize = BitVector32.
CreateSection
(1, FormStateAutoScaling);
96
private static readonly BitVector32.Section FormStateTopMost = BitVector32.
CreateSection
(1, FormStateSetClientSize);
97
private static readonly BitVector32.Section FormStateSWCalled = BitVector32.
CreateSection
(1, FormStateTopMost);
98
private static readonly BitVector32.Section FormStateMdiChildMax = BitVector32.
CreateSection
(1, FormStateSWCalled);
99
private static readonly BitVector32.Section FormStateRenderSizeGrip = BitVector32.
CreateSection
(1, FormStateMdiChildMax);
100
private static readonly BitVector32.Section FormStateSizeGripStyle = BitVector32.
CreateSection
(2, FormStateRenderSizeGrip);
101
private static readonly BitVector32.Section FormStateIsRestrictedWindow = BitVector32.
CreateSection
(1, FormStateSizeGripStyle);
102
private static readonly BitVector32.Section FormStateIsRestrictedWindowChecked = BitVector32.
CreateSection
(1, FormStateIsRestrictedWindow);
103
private static readonly BitVector32.Section FormStateIsWindowActivated = BitVector32.
CreateSection
(1, FormStateIsRestrictedWindowChecked);
104
private static readonly BitVector32.Section FormStateIsTextEmpty = BitVector32.
CreateSection
(1, FormStateIsWindowActivated);
105
private static readonly BitVector32.Section FormStateIsActive = BitVector32.
CreateSection
(1, FormStateIsTextEmpty);
106
private static readonly BitVector32.Section FormStateIconSet = BitVector32.
CreateSection
(1, FormStateIsActive);
116
private static readonly BitVector32.Section FormStateExUpdateMenuHandlesSuspendCount = BitVector32.
CreateSection
(8, FormStateExCalledClosing);
117
private static readonly BitVector32.Section FormStateExUpdateMenuHandlesDeferred = BitVector32.
CreateSection
(1, FormStateExUpdateMenuHandlesSuspendCount);
118
private static readonly BitVector32.Section FormStateExUseMdiChildProc = BitVector32.
CreateSection
(1, FormStateExUpdateMenuHandlesDeferred);
119
private static readonly BitVector32.Section FormStateExCalledOnLoad = BitVector32.
CreateSection
(1, FormStateExUseMdiChildProc);
120
private static readonly BitVector32.Section FormStateExCalledMakeVisible = BitVector32.
CreateSection
(1, FormStateExCalledOnLoad);
121
private static readonly BitVector32.Section FormStateExCalledCreateControl = BitVector32.
CreateSection
(1, FormStateExCalledMakeVisible);
122
private static readonly BitVector32.Section FormStateExAutoSize = BitVector32.
CreateSection
(1, FormStateExCalledCreateControl);
123
private static readonly BitVector32.Section FormStateExInUpdateMdiControlStrip = BitVector32.
CreateSection
(1, FormStateExAutoSize);
124
private static readonly BitVector32.Section FormStateExShowIcon = BitVector32.
CreateSection
(1, FormStateExInUpdateMdiControlStrip);
125
private static readonly BitVector32.Section FormStateExMnemonicProcessed = BitVector32.
CreateSection
(1, FormStateExShowIcon);
126
private static readonly BitVector32.Section FormStateExInScale = BitVector32.
CreateSection
(1, FormStateExMnemonicProcessed);
127
private static readonly BitVector32.Section FormStateExInModalSizingLoop = BitVector32.
CreateSection
(1, FormStateExInScale);
128
private static readonly BitVector32.Section FormStateExSettingAutoScale = BitVector32.
CreateSection
(1, FormStateExInModalSizingLoop);
129
private static readonly BitVector32.Section FormStateExWindowBoundsWidthIsClientSize = BitVector32.
CreateSection
(1, FormStateExSettingAutoScale);
130
private static readonly BitVector32.Section FormStateExWindowBoundsHeightIsClientSize = BitVector32.
CreateSection
(1, FormStateExWindowBoundsWidthIsClientSize);
131
private static readonly BitVector32.Section FormStateExWindowClosing = BitVector32.
CreateSection
(1, FormStateExWindowBoundsHeightIsClientSize);
winforms\Managed\System\WinForms\Label.cs (5)
51
private static readonly BitVector32.Section StateAutoSize = BitVector32.
CreateSection
(1, StateUseMnemonic);
52
private static readonly BitVector32.Section StateAnimating = BitVector32.
CreateSection
(1, StateAutoSize);
53
private static readonly BitVector32.Section StateFlatStyle = BitVector32.
CreateSection
((int)FlatStyle.System, StateAnimating);
54
private static readonly BitVector32.Section StateBorderStyle = BitVector32.
CreateSection
((int)BorderStyle.Fixed3D, StateFlatStyle);
55
private static readonly BitVector32.Section StateAutoEllipsis = BitVector32.
CreateSection
(1, StateBorderStyle);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (7)
58
private static readonly BitVector32.Section _dockModeSection = BitVector32.
CreateSection
(0x01, _dockAndAnchorSection);
59
private static readonly BitVector32.Section _autoSizeSection = BitVector32.
CreateSection
(0x01, _dockModeSection);
60
private static readonly BitVector32.Section _BoxStretchInternalSection = BitVector32.
CreateSection
(0x03, _autoSizeSection);
61
private static readonly BitVector32.Section _anchorNeverShrinksSection = BitVector32.
CreateSection
(0x01, _BoxStretchInternalSection);
62
private static readonly BitVector32.Section _flowBreakSection = BitVector32.
CreateSection
(0x01, _anchorNeverShrinksSection);
63
private static readonly BitVector32.Section _selfAutoSizingSection = BitVector32.
CreateSection
(0x01, _flowBreakSection);
64
private static readonly BitVector32.Section _autoSizeModeSection = BitVector32.
CreateSection
(0x01, _selfAutoSizingSection);
winforms\Managed\System\WinForms\ListViewItem.cs (4)
50
private static readonly BitVector32.Section StateImageMaskSet = BitVector32.
CreateSection
(1, StateSelectedSection);
51
private static readonly BitVector32.Section StateWholeRowOneStyleSection = BitVector32.
CreateSection
(1, StateImageMaskSet);
52
private static readonly BitVector32.Section SavedStateImageIndexSection = BitVector32.
CreateSection
(15, StateWholeRowOneStyleSection);
53
private static readonly BitVector32.Section SubItemCountSection = BitVector32.
CreateSection
(MAX_SUBITEMS, SavedStateImageIndexSection);
winforms\Managed\System\WinForms\RichTextBox.cs (12)
127
private static readonly BitVector32.Section showSelBarSection = BitVector32.
CreateSection
(1, autoWordSelectionSection);
128
private static readonly BitVector32.Section autoUrlDetectSection = BitVector32.
CreateSection
(1, showSelBarSection);
129
private static readonly BitVector32.Section fInCtorSection = BitVector32.
CreateSection
(1, autoUrlDetectSection);
130
private static readonly BitVector32.Section protectedErrorSection = BitVector32.
CreateSection
(1, fInCtorSection);
131
private static readonly BitVector32.Section linkcursorSection = BitVector32.
CreateSection
(1, protectedErrorSection);
132
private static readonly BitVector32.Section allowOleDropSection = BitVector32.
CreateSection
(1, linkcursorSection);
133
private static readonly BitVector32.Section suppressTextChangedEventSection = BitVector32.
CreateSection
(1, allowOleDropSection);
134
private static readonly BitVector32.Section callOnContentsResizedSection = BitVector32.
CreateSection
(1, suppressTextChangedEventSection);
135
private static readonly BitVector32.Section richTextShortcutsEnabledSection = BitVector32.
CreateSection
(1, callOnContentsResizedSection);
136
private static readonly BitVector32.Section allowOleObjectsSection = BitVector32.
CreateSection
(1, richTextShortcutsEnabledSection);
137
private static readonly BitVector32.Section scrollBarsSection = BitVector32.
CreateSection
((short) RichTextBoxScrollBars.ForcedBoth, allowOleObjectsSection);
138
private static readonly BitVector32.Section enableAutoDragDropSection = BitVector32.
CreateSection
(1, scrollBarsSection);