9 references to CreateSection
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
966private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ );
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
966private static BitVector32.Section _pinnedFlagSection = BitVector32.CreateSection( 3 /* Allocates two bits to store values up to 3 */ );
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (2)
82private static readonly BitVector32.Section FormStateAllowTransparency = BitVector32.CreateSection(1); 115private static readonly BitVector32.Section FormStateExCalledClosing = BitVector32.CreateSection(1);
winforms\Managed\System\WinForms\Label.cs (1)
50private static readonly BitVector32.Section StateUseMnemonic = BitVector32.CreateSection(1);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
56private static readonly BitVector32.Section _dockAndAnchorNeedsLayoutSection = BitVector32.CreateSection(0x7F); 57private static readonly BitVector32.Section _dockAndAnchorSection = BitVector32.CreateSection(0x0F);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
49private static readonly BitVector32.Section StateSelectedSection = BitVector32.CreateSection(1);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
126private static readonly BitVector32.Section autoWordSelectionSection = BitVector32.CreateSection(1);