1 override of ShouldSerializeProperty
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
292protected internal override bool ShouldSerializeProperty(DependencyProperty dp)
2 references to ShouldSerializeProperty
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
307&& base.ShouldSerializeProperty(dp);
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
150bool shouldSerialize = DO.ShouldSerializeProperty(_dp);