3 references to _stringIdHighSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
5263
value |= (short) (_flags[
_stringIdHighSection
] << 8);
5271
_flags[
_stringIdHighSection
] = (short) ((value & 0xff00) >> 8);
5321
get { return
_stringIdHighSection
; }