8 references to HasDefaultValue
PresentationFramework (8)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
259else if (!Helper.HasDefaultValue(d, dp))
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
291Helper.HasDefaultValue(this, HeaderStringFormatProperty))
src\Framework\System\Windows\Controls\ItemsControl.cs (5)
1775Helper.HasDefaultValue(this, ItemStringFormatProperty)) 1780Helper.HasDefaultValue(this, ItemContainerStyleProperty)) 1785Helper.HasDefaultValue(this, ItemContainerStyleSelectorProperty)) 1790Helper.HasDefaultValue(this, AlternationCountProperty)) 1795Helper.HasDefaultValue(this, ItemBindingGroupProperty))
src\Framework\System\Windows\FrameworkElement.cs (1)
1756return !Helper.HasDefaultValue(this, dp);