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