3 references to _isValueSetSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2853
get { return _flags[
_isValueSetSection
] == 1 ? true : false; }
2854
set { _flags[
_isValueSetSection
] = value ? 1 : 0; }
2879
= BitVector32.CreateSection(1,
_isValueSetSection
);