49 references to RemoveValue
System.Windows.Forms (49)
System\Windows\Forms\Control.cs (11)
865
Properties.
RemoveValue
(s_dataContextProperty);
879
=> Properties.
RemoveValue
(s_dataContextProperty);
907
Properties.
RemoveValue
(s_visualStylesModeProperty);
1936
Properties.
RemoveValue
(s_fontHandleWrapperProperty);
4996
Properties.
RemoveValue
(s_backBrushProperty);
5027
Properties?.
RemoveValue
(s_ncAccessibilityProperty);
6904
Properties.
RemoveValue
(s_backBrushProperty);
7406
Properties.
RemoveValue
(s_dataContextProperty);
7455
Properties.
RemoveValue
(s_visualStylesModeProperty);
8147
Properties.
RemoveValue
(s_backBrushProperty);
10187
Properties.
RemoveValue
(s_accessibilityProperty);
System\Windows\Forms\Control.SuspendMutation.cs (1)
125
Properties.
RemoveValue
(s_recursiveInvalidateAfterSuspendPaintingProperty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3180
Properties.
RemoveValue
(s_propDropDownWidth);
3185
Properties.
RemoveValue
(s_propItemHeight);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
44
=> Properties.
RemoveValue
(s_propFlatComboAdapter);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3863
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)
443
Properties.
RemoveValue
(s_propImage);
473
Properties.
RemoveValue
(s_propImage);
525
Properties.
RemoveValue
(s_propImage);
951
Properties.
RemoveValue
(s_propImageList);
954
Properties.
RemoveValue
(s_propImage);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2232
Properties.
RemoveValue
(s_propDelayedUpdateItems);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
1889
Properties.
RemoveValue
(s_propToolStripPanelCell);
1899
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)
372
Properties.
RemoveValue
(s_propOpacity);
1644
Properties.
RemoveValue
(s_propOwner);
3163
Properties.
RemoveValue
(s_propFormMdiParent);
3523
Properties.
RemoveValue
(s_propAcceptButton);
3524
Properties.
RemoveValue
(s_propCancelButton);
3525
Properties.
RemoveValue
(s_propDefaultButton);
3526
Properties.
RemoveValue
(s_propActiveMdiChild);
3543
Properties.
RemoveValue
(s_propOwner);
3546
Properties.
RemoveValue
(s_propDialogOwner);
3565
Properties.
RemoveValue
(s_propDummyMdiMenu);
5831
Properties.
RemoveValue
(s_propDialogOwner);
System\Windows\Forms\Form.RevealMode.cs (2)
65
Properties.
RemoveValue
(s_propFormRevealMode);
99
private void ResetFormRevealMode() => Properties.
RemoveValue
(s_propFormRevealMode);
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)
1077
private static void ClearCachedBounds(IArrangedElement container) => container.Properties.
RemoveValue
(s_cachedBoundsProperty);