4 references to UnsetValues
WindowsBase (4)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
145
PropertyFilterOptions anySet = PropertyFilterOptions.SetValues | PropertyFilterOptions.
UnsetValues
;
163
addProp = shouldSerialize ^ ((filter & anySet) == PropertyFilterOptions.
UnsetValues
);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
180
bool addProp = shouldSerialize ^ ((filter & _anySet) == PropertyFilterOptions.
UnsetValues
);
393
private const PropertyFilterOptions _anySet = PropertyFilterOptions.SetValues | PropertyFilterOptions.
UnsetValues
;