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)
1736Helper.HasDefaultValue(this, ItemStringFormatProperty)) 1741Helper.HasDefaultValue(this, ItemContainerStyleProperty)) 1746Helper.HasDefaultValue(this, ItemContainerStyleSelectorProperty)) 1751Helper.HasDefaultValue(this, AlternationCountProperty)) 1756Helper.HasDefaultValue(this, ItemBindingGroupProperty))
System\Windows\FrameworkElement.cs (1)
1736return !Helper.HasDefaultValue(this, dp);