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