45 references to RemoveValue
System.Windows.Forms (43)
System\Windows\Forms\Control.cs (9)
843
Properties.
RemoveValue
(s_dataContextProperty);
857
=> Properties.
RemoveValue
(s_dataContextProperty);
1764
Properties.
RemoveValue
(s_fontHandleWrapperProperty);
4788
Properties.
RemoveValue
(s_backBrushProperty);
4819
Properties.
RemoveValue
(s_ncAccessibilityProperty);
6685
Properties.
RemoveValue
(s_backBrushProperty);
7037
Properties.
RemoveValue
(s_dataContextProperty);
7544
Properties.
RemoveValue
(s_backBrushProperty);
9464
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3092
Properties.
RemoveValue
(s_propDropDownWidth);
3097
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)
1138
Properties.
RemoveValue
(s_imageProperty);
1167
Properties.
RemoveValue
(s_imageProperty);
2112
Properties.
RemoveValue
(s_mirroredImageProperty);
2113
Properties.
RemoveValue
(s_imageProperty);
2401
Properties.
RemoveValue
(s_imageProperty);
3098
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);
1642
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);
3555
Properties.
RemoveValue
(s_propOwner);
3558
Properties.
RemoveValue
(s_propDialogOwner);
3577
Properties.
RemoveValue
(s_propDummyMdiMenu);
5832
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);