9 references to CreateSection
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (1)
952private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ );
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
952private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ );
System.Windows.Forms (7)
System\Windows\Forms\Controls\Labels\Label.cs (1)
31private static readonly BitVector32.Section s_stateUseMnemonic = BitVector32.CreateSection(1);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
26private static readonly BitVector32.Section s_stateSelectedSection = BitVector32.CreateSection(1);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
81private static readonly BitVector32.Section s_autoWordSelectionSection = BitVector32.CreateSection(1);
System\Windows\Forms\Form.cs (2)
59private static readonly BitVector32.Section s_formStateAllowTransparency = BitVector32.CreateSection(1); 84private static readonly BitVector32.Section s_formStateExCalledClosing = BitVector32.CreateSection(1);
System\Windows\Forms\Layout\CommonProperties.cs (2)
39private static readonly BitVector32.Section s_dockAndAnchorNeedsLayoutSection = BitVector32.CreateSection(0x7F); 40private static readonly BitVector32.Section s_dockAndAnchorSection = BitVector32.CreateSection(0x0F);