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