3 references to _stringIdLowSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
5262
short value = (short) _flags[
_stringIdLowSection
];
5270
_flags[
_stringIdLowSection
] = (short) (value & 0xff);
5315
= BitVector32.CreateSection( (short)0xff,
_stringIdLowSection
);