3 references to ContainsValue
WindowsBase (3)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
162bool shouldSerialize = _instance.ContainsValue(dp); 166else if ((filter & PropertyFilterOptions.SetValues) != 0 && _instance.ContainsValue(dp) && !kind.IsDirect && !kind.IsInternal)
Base\System\Windows\DependencyObject.cs (1)
2090return ContainsValue( dp );