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);
6555
Properties.
RemoveValue
(s_backBrushProperty);
6907
Properties.
RemoveValue
(s_dataContextProperty);
7414
Properties.
RemoveValue
(s_backBrushProperty);
9325
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3089
Properties.
RemoveValue
(s_propDropDownWidth);
3094
Properties.
RemoveValue
(s_propItemHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3870
Properties.
RemoveValue
(s_propCellAccessibilityObject);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1744
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)
2218
Properties.
RemoveValue
(s_propDelayedUpdateItems);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1898
Properties.
RemoveValue
(s_propToolStripPanelCell);
1908
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);
2115
Properties.
RemoveValue
(s_mirroredImageProperty);
2116
Properties.
RemoveValue
(s_imageProperty);
2402
Properties.
RemoveValue
(s_imageProperty);
3097
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);
165
internal static void ResetPadding(IArrangedElement element) => element.Properties.
RemoveValue
(s_paddingProperty);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
1070
private static void ClearCachedBounds(IArrangedElement container) => container.Properties.
RemoveValue
(s_cachedBoundsProperty);