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