45 references to RemoveValue
System.Windows.Forms (43)
System\Windows\Forms\Control.cs (9)
822
Properties.
RemoveValue
(s_dataContextProperty);
836
=> Properties.
RemoveValue
(s_dataContextProperty);
1743
Properties.
RemoveValue
(s_fontHandleWrapperProperty);
4767
Properties.
RemoveValue
(s_backBrushProperty);
4798
Properties.
RemoveValue
(s_ncAccessibilityProperty);
6664
Properties.
RemoveValue
(s_backBrushProperty);
7016
Properties.
RemoveValue
(s_dataContextProperty);
7523
Properties.
RemoveValue
(s_backBrushProperty);
9443
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3091
Properties.
RemoveValue
(s_propDropDownWidth);
3096
Properties.
RemoveValue
(s_propItemHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3874
Properties.
RemoveValue
(s_propCellAccessibilityObject);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1747
Properties.
RemoveValue
(s_propRowAccessibilityObject);
System\Windows\Forms\Controls\Labels\Label.cs (5)
445
Properties.
RemoveValue
(s_propImage);
475
Properties.
RemoveValue
(s_propImage);
527
Properties.
RemoveValue
(s_propImage);
953
Properties.
RemoveValue
(s_propImageList);
956
Properties.
RemoveValue
(s_propImage);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2234
Properties.
RemoveValue
(s_propDelayedUpdateItems);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1895
Properties.
RemoveValue
(s_propToolStripPanelCell);
1905
Properties.
RemoveValue
(s_propToolTip);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
85
Properties.
RemoveValue
(s_propOpacity);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (6)
1133
Properties.
RemoveValue
(s_imageProperty);
1162
Properties.
RemoveValue
(s_imageProperty);
2107
Properties.
RemoveValue
(s_mirroredImageProperty);
2108
Properties.
RemoveValue
(s_imageProperty);
2396
Properties.
RemoveValue
(s_imageProperty);
3093
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
576
Properties.
RemoveValue
(s_propMdiForm);
System\Windows\Forms\Form.cs (11)
370
Properties.
RemoveValue
(s_propOpacity);
1645
Properties.
RemoveValue
(s_propOwner);
3175
Properties.
RemoveValue
(s_propFormMdiParent);
3535
Properties.
RemoveValue
(s_propAcceptButton);
3536
Properties.
RemoveValue
(s_propCancelButton);
3537
Properties.
RemoveValue
(s_propDefaultButton);
3538
Properties.
RemoveValue
(s_propActiveMdiChild);
3561
Properties.
RemoveValue
(s_propOwner);
3564
Properties.
RemoveValue
(s_propDialogOwner);
3586
Properties.
RemoveValue
(s_propDummyMdiMenu);
5808
Properties.
RemoveValue
(s_propDialogOwner);
System\Windows\Forms\Layout\CommonProperties.cs (2)
54
internal static void ClearMaximumSize(IArrangedElement element) => element.Properties.
RemoveValue
(s_maximumSizeProperty);
160
internal static void ResetPadding(IArrangedElement element) => element.Properties.
RemoveValue
(s_paddingProperty);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
1069
private static void ClearCachedBounds(IArrangedElement container) => container.Properties.
RemoveValue
(s_cachedBoundsProperty);
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyStoreTests.cs (2)
61
store.
RemoveValue
(key);
224
store.
RemoveValue
(1);