8 references to HasDefaultValue
PresentationFramework (8)
MS\Internal\Data\PropertyPathWorker.cs (1)
250else if (!Helper.HasDefaultValue(d, dp))
System\Windows\Controls\HeaderedItemsControl.cs (1)
289Helper.HasDefaultValue(this, HeaderStringFormatProperty))
System\Windows\Controls\ItemsControl.cs (5)
1735Helper.HasDefaultValue(this, ItemStringFormatProperty)) 1740Helper.HasDefaultValue(this, ItemContainerStyleProperty)) 1745Helper.HasDefaultValue(this, ItemContainerStyleSelectorProperty)) 1750Helper.HasDefaultValue(this, AlternationCountProperty)) 1755Helper.HasDefaultValue(this, ItemBindingGroupProperty))
System\Windows\FrameworkElement.cs (1)
1735return !Helper.HasDefaultValue(this, dp);