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