4 references to _anySet
WindowsBase (4)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (4)
164if ((filter & _anySet) == _anySet || (filter & _anyValid) == _anyValid) 171Debug.Assert((filter & _anySet) == filter, "There is a filtering case we did not account for"); 180bool addProp = shouldSerialize ^ ((filter & _anySet) == PropertyFilterOptions.UnsetValues);