3 references to Invalid
WindowsBase (3)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
146
PropertyFilterOptions anyValid = PropertyFilterOptions.Valid | PropertyFilterOptions.
Invalid
;
156
addProp = canAttach ^ ((filter & anyValid) == PropertyFilterOptions.
Invalid
);
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
116
if (filter == PropertyFilterOptions.None || filter == PropertyFilterOptions.
Invalid
)