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