8 references to HasDefaultValue
PresentationFramework (8)
MS\Internal\Data\PropertyPathWorker.cs (1)
251else if (!Helper.HasDefaultValue(d, dp))
System\Windows\Controls\HeaderedItemsControl.cs (1)
290Helper.HasDefaultValue(this, HeaderStringFormatProperty))
System\Windows\Controls\ItemsControl.cs (5)
1763Helper.HasDefaultValue(this, ItemStringFormatProperty)) 1768Helper.HasDefaultValue(this, ItemContainerStyleProperty)) 1773Helper.HasDefaultValue(this, ItemContainerStyleSelectorProperty)) 1778Helper.HasDefaultValue(this, AlternationCountProperty)) 1783Helper.HasDefaultValue(this, ItemBindingGroupProperty))
System\Windows\FrameworkElement.cs (1)
1746return !Helper.HasDefaultValue(this, dp);