43 references to RemoveValue
System.Windows.Forms (43)
System\Windows\Forms\Control.cs (9)
748
Properties.
RemoveValue
(s_dataContextProperty);
762
=> Properties.
RemoveValue
(s_dataContextProperty);
1669
Properties.
RemoveValue
(s_fontHandleWrapperProperty);
4693
Properties.
RemoveValue
(s_backBrushProperty);
4724
Properties.
RemoveValue
(s_ncAccessibilityProperty);
6590
Properties.
RemoveValue
(s_backBrushProperty);
6942
Properties.
RemoveValue
(s_dataContextProperty);
7449
Properties.
RemoveValue
(s_backBrushProperty);
9360
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)
3872
Properties.
RemoveValue
(s_propCellAccessibilityObject);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1743
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)
2222
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);
2394
Properties.
RemoveValue
(s_imageProperty);
3091
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
576
Properties.
RemoveValue
(s_propMdiForm);
System\Windows\Forms\Form.cs (11)
373
Properties.
RemoveValue
(s_propOpacity);
1648
Properties.
RemoveValue
(s_propOwner);
3100
Properties.
RemoveValue
(s_propFormMdiParent);
3460
Properties.
RemoveValue
(s_propAcceptButton);
3461
Properties.
RemoveValue
(s_propCancelButton);
3462
Properties.
RemoveValue
(s_propDefaultButton);
3463
Properties.
RemoveValue
(s_propActiveMdiChild);
3486
Properties.
RemoveValue
(s_propOwner);
3489
Properties.
RemoveValue
(s_propDialogOwner);
3511
Properties.
RemoveValue
(s_propDummyMdiMenu);
5717
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);