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