1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
941record._flags = _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
910return _flags[_pinnedFlagSection]; 916_flags[_pinnedFlagSection] = value; 941record._flags = _flags; 1326short value = (short) _flags[_assemblyIdLowSection]; 1327value |= (short) (_flags[_assemblyIdHighSection] << 8); 1334_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1335_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1579return _flags[_sharedSection] == 1 ? true : false; 1584_flags[_sharedSection] = value ? 1 : 0; 1593return _flags[_sharedSetSection] == 1 ? true : false; 1598_flags[_sharedSetSection] = value ? 1 : 0; 1746return _flags[_sharedSection] == 1 ? true : false; 1751_flags[_sharedSection] = value ? 1 : 0; 1760return _flags[_sharedSetSection] == 1 ? true : false; 1765_flags[_sharedSetSection] = value ? 1 : 0; 2425get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2426set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2432get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2433set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2865get { return _flags[_isValueSetSection] == 1 ? true : false; } 2866set { _flags[_isValueSetSection] = value ? 1 : 0; } 2871get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2872set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2879get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 2880set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3253short value = (short) _flags[_typeIdLowSection]; 3254value |= (short) (_flags[_typeIdHighSection] << 8); 3261_flags[_typeIdLowSection] = (short) (value & 0xff); 3262_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3271return _flags[_useTypeConverter] == 1 ? true : false; 3276_flags[_useTypeConverter] = value ? 1 : 0; 3285return _flags[_isInjected] == 1 ? true : false; 3290_flags[_isInjected] = value ? 1 : 0; 3657get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3658set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3664get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3665set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4210short value = (short) _flags[_assemblyIdLowSection]; 4211value |= (short) (_flags[_assemblyIdHighSection] << 8); 4218_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4219_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4338short value = (short) _flags[_typeIdLowSection]; 4339value |= (short) (_flags[_typeIdHighSection] << 8); 4346_flags[_typeIdLowSection] = (short) (value & 0xff); 4347_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4894return _flags[_isInternalSection] == 1 ? true : false; 4899_flags[_isInternalSection] = value ? 1 : 0; 4910return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4915_flags[_attributeUsageSection] = (int) value; 5013short value = (short) _flags[_stringIdLowSection]; 5014value |= (short) (_flags[_stringIdHighSection] << 8); 5021_flags[_stringIdLowSection] = (short) (value & 0xff); 5022_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);