23 references to ClearValue
PresentationCore (2)
Core\CSharp\System\Windows\Input\FocusManager.cs (1)
243oldVisual.ClearValue(UIElement.IsFocusedPropertyKey);
Core\CSharp\System\Windows\ReverseInheritProperty.cs (1)
184element.ClearValue(FlagKey);
PresentationFramework (21)
src\Framework\System\Windows\BroadcastEventHelper.cs (2)
50d.ClearValue(FrameworkElement.LoadedPendingPropertyKey); 98d.ClearValue(FrameworkElement.UnloadedPendingPropertyKey);
src\Framework\System\Windows\Controls\CheckBox.cs (2)
85ClearValue(IsPressedPropertyKey); 91ClearValue(IsPressedPropertyKey);
src\Framework\System\Windows\Controls\DataGrid.cs (2)
838row.ClearValue(DataGridRow.IsNewItemPropertyKey); 861row.ClearValue(DataGridRow.IsNewItemPropertyKey);
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
917ClearValue(IsPressedPropertyKey);
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
270ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 413ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 436ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey);
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1119d.ClearValue(AlternationIndexPropertyKey);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
870ClearValue(IsPressedPropertyKey);
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
261ClearValue(IsPressedPropertyKey);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
1373ClearValue(IsSelectionActivePropertyKey);
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (3)
152ClearValue(IsDraggingPropertyKey); 270ClearValue(IsDraggingPropertyKey); 318ClearValue(IsDraggingPropertyKey);
src\Framework\System\Windows\Controls\TreeView.cs (2)
293ClearValue(SelectedValuePropertyKey); 809ClearValue(Selector.IsSelectionActivePropertyKey);
src\Framework\System\Windows\Controls\Validation.cs (2)
129d.ClearValue(ErrorsPropertyKey); 561targetElement.ClearValue(HasErrorPropertyKey);