8 references to HasDefaultValue
PresentationFramework (8)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
259
else if (!Helper.
HasDefaultValue
(d, dp))
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
291
Helper.
HasDefaultValue
(this, HeaderStringFormatProperty))
src\Framework\System\Windows\Controls\ItemsControl.cs (5)
1775
Helper.
HasDefaultValue
(this, ItemStringFormatProperty))
1780
Helper.
HasDefaultValue
(this, ItemContainerStyleProperty))
1785
Helper.
HasDefaultValue
(this, ItemContainerStyleSelectorProperty))
1790
Helper.
HasDefaultValue
(this, AlternationCountProperty))
1795
Helper.
HasDefaultValue
(this, ItemBindingGroupProperty))
src\Framework\System\Windows\FrameworkElement.cs (1)
1756
return !Helper.
HasDefaultValue
(this, dp);