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