9 references to CreateSection
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
966
private 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)
966
private 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)
82
private static readonly BitVector32.Section FormStateAllowTransparency = BitVector32.
CreateSection
(1);
115
private static readonly BitVector32.Section FormStateExCalledClosing = BitVector32.
CreateSection
(1);
winforms\Managed\System\WinForms\Label.cs (1)
50
private static readonly BitVector32.Section StateUseMnemonic = BitVector32.
CreateSection
(1);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
56
private static readonly BitVector32.Section _dockAndAnchorNeedsLayoutSection = BitVector32.
CreateSection
(0x7F);
57
private static readonly BitVector32.Section _dockAndAnchorSection = BitVector32.
CreateSection
(0x0F);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
49
private static readonly BitVector32.Section StateSelectedSection = BitVector32.
CreateSection
(1);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
126
private static readonly BitVector32.Section autoWordSelectionSection = BitVector32.
CreateSection
(1);