9 instantiations of PropertyStore
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
23private PropertyStore propertyStore = new PropertyStore(); // Contains all properties that are not always set.
winforms\Managed\System\WinForms\Control.cs (1)
490propertyStore = new PropertyStore();
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
48this.propertyStore = new PropertyStore(); 905dataGridViewBand.propertyStore = new PropertyStore();
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
91this.propertyStore = new PropertyStore();
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
53this.propertyStore = new PropertyStore(); 64this.propertyStore = new PropertyStore();
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1945propertyStore = new PropertyStore();
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
25private PropertyStore propertyStore = new PropertyStore(); // Contains all properties that are not always set.
212 references to PropertyStore
System.Windows.Forms (212)
winforms\Managed\System\WinForms\ArrangedElement.cs (4)
23private PropertyStore propertyStore = new PropertyStore(); // Contains all properties that are not always set. 31private static readonly int PropControlsCollection = PropertyStore.CreateKey(); 108PropertyStore IArrangedElement.Properties { 115private PropertyStore Properties {
winforms\Managed\System\WinForms\ComboBox.cs (8)
65private static readonly int PropMaxLength = PropertyStore.CreateKey(); 66private static readonly int PropItemHeight = PropertyStore.CreateKey(); 67private static readonly int PropDropDownWidth = PropertyStore.CreateKey(); 68private static readonly int PropDropDownHeight = PropertyStore.CreateKey(); 69private static readonly int PropStyle = PropertyStore.CreateKey(); 70private static readonly int PropDrawMode = PropertyStore.CreateKey(); 71private static readonly int PropMatchingText = PropertyStore.CreateKey(); 72private static readonly int PropFlatComboAdapter = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ContainerControl.cs (1)
54private static readonly int PropAxContainer = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Control.cs (41)
337private static readonly int PropName = PropertyStore.CreateKey(); 338private static readonly int PropBackBrush = PropertyStore.CreateKey(); 339private static readonly int PropFontHeight = PropertyStore.CreateKey(); 340private static readonly int PropCurrentAmbientFont = PropertyStore.CreateKey(); 342private static readonly int PropControlsCollection = PropertyStore.CreateKey(); 343private static readonly int PropBackColor = PropertyStore.CreateKey(); 344private static readonly int PropForeColor = PropertyStore.CreateKey(); 345private static readonly int PropFont = PropertyStore.CreateKey(); 347private static readonly int PropBackgroundImage = PropertyStore.CreateKey(); 348private static readonly int PropFontHandleWrapper = PropertyStore.CreateKey(); 349private static readonly int PropUserData = PropertyStore.CreateKey(); 350private static readonly int PropContextMenu = PropertyStore.CreateKey(); 352private static readonly int PropCursor = PropertyStore.CreateKey(); 353private static readonly int PropRegion = PropertyStore.CreateKey(); 354private static readonly int PropRightToLeft = PropertyStore.CreateKey(); 356private static readonly int PropBindings = PropertyStore.CreateKey(); 357private static readonly int PropBindingManager = PropertyStore.CreateKey(); 358private static readonly int PropAccessibleDefaultActionDescription = PropertyStore.CreateKey(); 359private static readonly int PropAccessibleDescription = PropertyStore.CreateKey(); 361private static readonly int PropAccessibility = PropertyStore.CreateKey(); 362private static readonly int PropNcAccessibility = PropertyStore.CreateKey(); 363private static readonly int PropAccessibleName = PropertyStore.CreateKey(); 364private static readonly int PropAccessibleRole = PropertyStore.CreateKey(); 366private static readonly int PropPaintingException = PropertyStore.CreateKey(); 367private static readonly int PropActiveXImpl = PropertyStore.CreateKey(); 368private static readonly int PropControlVersionInfo = PropertyStore.CreateKey(); 369private static readonly int PropBackgroundImageLayout = PropertyStore.CreateKey(); 371private static readonly int PropAccessibleHelpProvider = PropertyStore.CreateKey(); 372private static readonly int PropContextMenuStrip = PropertyStore.CreateKey(); 373private static readonly int PropAutoScrollOffset = PropertyStore.CreateKey(); 374private static readonly int PropUseCompatibleTextRendering = PropertyStore.CreateKey(); 376private static readonly int PropImeWmCharsToIgnore = PropertyStore.CreateKey(); 377private static readonly int PropImeMode = PropertyStore.CreateKey(); 378private static readonly int PropDisableImeModeChangedCount = PropertyStore.CreateKey(); 379private static readonly int PropLastCanEnableIme = PropertyStore.CreateKey(); 381private static readonly int PropCacheTextCount = PropertyStore.CreateKey(); 382private static readonly int PropCacheTextField = PropertyStore.CreateKey(); 383private static readonly int PropAmbientPropertiesService = PropertyStore.CreateKey(); 426private PropertyStore propertyStore; // Contains all properties that are not always set. 3498internal PropertyStore Properties { 14490PropertyStore IArrangedElement.Properties {
winforms\Managed\System\WinForms\DataGridViewBand.cs (8)
24private static readonly int PropContextMenuStrip = PropertyStore.CreateKey(); 25private static readonly int PropDefaultCellStyle = PropertyStore.CreateKey(); 26private static readonly int PropDefaultHeaderCellType = PropertyStore.CreateKey(); 27private static readonly int PropDividerThickness = PropertyStore.CreateKey(); 28private static readonly int PropHeaderCell = PropertyStore.CreateKey(); 29private static readonly int PropUserData = PropertyStore.CreateKey(); 34private PropertyStore propertyStore; // Contains all properties that are not always set. 529internal PropertyStore Properties
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
27private static readonly int PropButtonCellFlatStyle = PropertyStore.CreateKey(); 28private static readonly int PropButtonCellState = PropertyStore.CreateKey(); 29private static readonly int PropButtonCellUseColumnTextForButtonValue = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewCell.cs (10)
56internal static readonly int PropCellValue = PropertyStore.CreateKey(); 57private static readonly int PropCellContextMenuStrip = PropertyStore.CreateKey(); 58private static readonly int PropCellErrorText = PropertyStore.CreateKey(); 59private static readonly int PropCellStyle = PropertyStore.CreateKey(); 60private static readonly int PropCellValueType = PropertyStore.CreateKey(); 61private static readonly int PropCellTag = PropertyStore.CreateKey(); 62private static readonly int PropCellToolTipText = PropertyStore.CreateKey(); 63private static readonly int PropCellAccessibilityObject = PropertyStore.CreateKey(); 67private PropertyStore propertyStore; // Contains all properties that are not always set. 563internal PropertyStore Properties
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (15)
25private static readonly int PropAlignment = PropertyStore.CreateKey(); 26private static readonly int PropBackColor = PropertyStore.CreateKey(); 27private static readonly int PropDataSourceNullValue = PropertyStore.CreateKey(); 28private static readonly int PropFont = PropertyStore.CreateKey(); 29private static readonly int PropForeColor = PropertyStore.CreateKey(); 30private static readonly int PropFormat = PropertyStore.CreateKey(); 31private static readonly int PropFormatProvider = PropertyStore.CreateKey(); 32private static readonly int PropNullValue = PropertyStore.CreateKey(); 33private static readonly int PropPadding = PropertyStore.CreateKey(); 34private static readonly int PropSelectionBackColor = PropertyStore.CreateKey(); 35private static readonly int PropSelectionForeColor = PropertyStore.CreateKey(); 36private static readonly int PropTag = PropertyStore.CreateKey(); 37private static readonly int PropWrapMode = PropertyStore.CreateKey(); 42private PropertyStore propertyStore; // Contains all properties that are not always set. 464internal PropertyStore Properties
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
35private static readonly int PropButtonCellState = PropertyStore.CreateKey(); 36private static readonly int PropTrueValue = PropertyStore.CreateKey(); 37private static readonly int PropFalseValue = PropertyStore.CreateKey(); 38private static readonly int PropFlatStyle = PropertyStore.CreateKey(); 39private static readonly int PropIndeterminateValue = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
55private static readonly int PropDataGridViewColumnValueType = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (14)
27private static readonly int PropComboBoxCellDataSource = PropertyStore.CreateKey(); 28private static readonly int PropComboBoxCellDisplayMember = PropertyStore.CreateKey(); 29private static readonly int PropComboBoxCellValueMember = PropertyStore.CreateKey(); 30private static readonly int PropComboBoxCellItems = PropertyStore.CreateKey(); 31private static readonly int PropComboBoxCellDropDownWidth = PropertyStore.CreateKey(); 32private static readonly int PropComboBoxCellMaxDropDownItems = PropertyStore.CreateKey(); 33private static readonly int PropComboBoxCellEditingComboBox = PropertyStore.CreateKey(); 34private static readonly int PropComboBoxCellValueMemberProp = PropertyStore.CreateKey(); 35private static readonly int PropComboBoxCellDisplayMemberProp = PropertyStore.CreateKey(); 36private static readonly int PropComboBoxCellDataManager = PropertyStore.CreateKey(); 37private static readonly int PropComboBoxCellColumnTemplate = PropertyStore.CreateKey(); 38private static readonly int PropComboBoxCellFlatStyle = PropertyStore.CreateKey(); 39private static readonly int PropComboBoxCellDisplayStyle = PropertyStore.CreateKey(); 40private static readonly int PropComboBoxCellDisplayStyleForCurrentCellOnly = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (3)
30private static readonly int PropValueType = PropertyStore.CreateKey(); 31private static readonly int PropButtonState = PropertyStore.CreateKey(); 32private static readonly int PropFlipXPThemesBitmap = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
24private static readonly int PropImageCellDescription = PropertyStore.CreateKey(); 25private static readonly int PropImageCellLayout = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (7)
31private static readonly int PropLinkCellActiveLinkColor = PropertyStore.CreateKey(); 32private static readonly int PropLinkCellLinkBehavior = PropertyStore.CreateKey(); 33private static readonly int PropLinkCellLinkColor = PropertyStore.CreateKey(); 34private static readonly int PropLinkCellLinkState = PropertyStore.CreateKey(); 35private static readonly int PropLinkCellTrackVisitedState = PropertyStore.CreateKey(); 36private static readonly int PropLinkCellUseColumnTextForLinkValue = PropertyStore.CreateKey(); 37private static readonly int PropLinkCellVisitedLinkColor = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
28private static readonly int PropRowErrorText = PropertyStore.CreateKey(); 29private static readonly int PropRowAccessibilityObject = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
23private static readonly int PropTextBoxCellMaxInputLength = PropertyStore.CreateKey(); 24private static readonly int PropTextBoxCellEditingTextBox = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Form.cs (26)
146private static readonly int PropAcceptButton = PropertyStore.CreateKey(); 147private static readonly int PropCancelButton = PropertyStore.CreateKey(); 148private static readonly int PropDefaultButton = PropertyStore.CreateKey(); 149private static readonly int PropDialogOwner = PropertyStore.CreateKey(); 151private static readonly int PropMainMenu = PropertyStore.CreateKey(); 152private static readonly int PropDummyMenu = PropertyStore.CreateKey(); 153private static readonly int PropCurMenu = PropertyStore.CreateKey(); 154private static readonly int PropMergedMenu = PropertyStore.CreateKey(); 156private static readonly int PropOwner = PropertyStore.CreateKey(); 157private static readonly int PropOwnedForms = PropertyStore.CreateKey(); 158private static readonly int PropMaximizedBounds = PropertyStore.CreateKey(); 159private static readonly int PropOwnedFormsCount = PropertyStore.CreateKey(); 161private static readonly int PropMinTrackSizeWidth = PropertyStore.CreateKey(); 162private static readonly int PropMinTrackSizeHeight = PropertyStore.CreateKey(); 163private static readonly int PropMaxTrackSizeWidth = PropertyStore.CreateKey(); 164private static readonly int PropMaxTrackSizeHeight = PropertyStore.CreateKey(); 166private static readonly int PropFormMdiParent = PropertyStore.CreateKey(); 167private static readonly int PropActiveMdiChild = PropertyStore.CreateKey(); 168private static readonly int PropFormerlyActiveMdiChild = PropertyStore.CreateKey(); 169private static readonly int PropMdiChildFocusable = PropertyStore.CreateKey(); 171private static readonly int PropMainMenuStrip = PropertyStore.CreateKey(); 172private static readonly int PropMdiWindowListStrip = PropertyStore.CreateKey(); 173private static readonly int PropMdiControlStrip = PropertyStore.CreateKey(); 174private static readonly int PropSecurityTip = PropertyStore.CreateKey(); 176private static readonly int PropOpacity = PropertyStore.CreateKey(); 177private static readonly int PropTransparencyKey = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Label.cs (5)
57private static readonly int PropImageList = PropertyStore.CreateKey(); 58private static readonly int PropImage = PropertyStore.CreateKey(); 60private static readonly int PropTextAlign = PropertyStore.CreateKey(); 61private static readonly int PropImageAlign = PropertyStore.CreateKey(); 62private static readonly int PropImageIndex = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (8)
26private static readonly int _layoutStateProperty = PropertyStore.CreateKey(); 27private static readonly int _specifiedBoundsProperty = PropertyStore.CreateKey(); 28private static readonly int _preferredSizeCacheProperty = PropertyStore.CreateKey(); 29private static readonly int _paddingProperty = PropertyStore.CreateKey(); 31private static readonly int _marginProperty = PropertyStore.CreateKey(); 32private static readonly int _minimumSizeProperty = PropertyStore.CreateKey(); 33private static readonly int _maximumSizeProperty = PropertyStore.CreateKey(); 34private static readonly int _layoutBoundsProperty = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
24private static readonly int _layoutInfoProperty = PropertyStore.CreateKey(); 25private static readonly int _cachedBoundsProperty = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
19private static readonly int _wrapContentsProperty = PropertyStore.CreateKey(); 20private static readonly int _flowDirectionProperty = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\Layout\IArrangedElement.cs (1)
41PropertyStore Properties { get; }
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
129private static readonly int _containerInfoProperty = PropertyStore.CreateKey(); 130private static readonly int _layoutInfoProperty = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ListView.cs (1)
164private static readonly int PropDelayedUpdateItems = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ToolStrip.cs (4)
123private static readonly int PropBindingContext = PropertyStore.CreateKey(); 124private static readonly int PropTextDirection = PropertyStore.CreateKey(); 125private static readonly int PropToolTip = PropertyStore.CreateKey(); 126private static readonly int PropToolStripPanelCell = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
49private static readonly int PropOpacity = PropertyStore.CreateKey(); 50private static readonly int PropDDRightToLeft = PropertyStore.CreateKey(); 51private static readonly int PropSourceControl = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ToolStripItem.cs (23)
52private PropertyStore propertyStore; 125private static readonly int PropName = PropertyStore.CreateKey(); 126private static readonly int PropText = PropertyStore.CreateKey(); 127private static readonly int PropBackColor = PropertyStore.CreateKey(); 128private static readonly int PropForeColor = PropertyStore.CreateKey(); 130private static readonly int PropImage = PropertyStore.CreateKey(); 131private static readonly int PropFont = PropertyStore.CreateKey(); 132private static readonly int PropRightToLeft = PropertyStore.CreateKey(); 133private static readonly int PropTag = PropertyStore.CreateKey(); 135private static readonly int PropAccessibility = PropertyStore.CreateKey(); 136private static readonly int PropAccessibleName = PropertyStore.CreateKey(); 137private static readonly int PropAccessibleRole = PropertyStore.CreateKey(); 138private static readonly int PropAccessibleHelpProvider = PropertyStore.CreateKey(); 140private static readonly int PropAccessibleDefaultActionDescription = PropertyStore.CreateKey(); 141private static readonly int PropAccessibleDescription = PropertyStore.CreateKey(); 142private static readonly int PropTextDirection = PropertyStore.CreateKey(); 143private static readonly int PropMirroredImage = PropertyStore.CreateKey(); 146private static readonly int PropBackgroundImage = PropertyStore.CreateKey(); 147private static readonly int PropBackgroundImageLayout = PropertyStore.CreateKey(); 149private static readonly int PropMergeAction = PropertyStore.CreateKey(); 150private static readonly int PropMergeIndex = PropertyStore.CreateKey(); 1175PropertyStore IArrangedElement.Properties { 1942internal PropertyStore Properties {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (3)
36private static readonly int PropShortcutKeys = PropertyStore.CreateKey(); 37private static readonly int PropCheckState = PropertyStore.CreateKey(); 38private static readonly int PropMdiForm = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
94PropertyStore IArrangedElement.Properties {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
58private static readonly int PropToolStripPanelRowCollection = PropertyStore.CreateKey();
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
25private PropertyStore propertyStore = new PropertyStore(); // Contains all properties that are not always set. 44private static readonly int PropControlsCollection = PropertyStore.CreateKey(); 234internal PropertyStore Properties { 660PropertyStore IArrangedElement.Properties {