1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
929record._flags = _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
898return _flags[_pinnedFlagSection]; 904_flags[_pinnedFlagSection] = value; 929record._flags = _flags; 1314short value = (short) _flags[_assemblyIdLowSection]; 1315value |= (short) (_flags[_assemblyIdHighSection] << 8); 1322_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1323_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1567return _flags[_sharedSection] == 1 ? true : false; 1572_flags[_sharedSection] = value ? 1 : 0; 1581return _flags[_sharedSetSection] == 1 ? true : false; 1586_flags[_sharedSetSection] = value ? 1 : 0; 1734return _flags[_sharedSection] == 1 ? true : false; 1739_flags[_sharedSection] = value ? 1 : 0; 1748return _flags[_sharedSetSection] == 1 ? true : false; 1753_flags[_sharedSetSection] = value ? 1 : 0; 2413get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2414set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2420get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2421set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2853get { return _flags[_isValueSetSection] == 1 ? true : false; } 2854set { _flags[_isValueSetSection] = value ? 1 : 0; } 2859get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2860set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2867get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 2868set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3241short value = (short) _flags[_typeIdLowSection]; 3242value |= (short) (_flags[_typeIdHighSection] << 8); 3249_flags[_typeIdLowSection] = (short) (value & 0xff); 3250_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3259return _flags[_useTypeConverter] == 1 ? true : false; 3264_flags[_useTypeConverter] = value ? 1 : 0; 3273return _flags[_isInjected] == 1 ? true : false; 3278_flags[_isInjected] = value ? 1 : 0; 3645get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3646set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3652get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3653set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4198short value = (short) _flags[_assemblyIdLowSection]; 4199value |= (short) (_flags[_assemblyIdHighSection] << 8); 4206_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4207_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4326short value = (short) _flags[_typeIdLowSection]; 4327value |= (short) (_flags[_typeIdHighSection] << 8); 4334_flags[_typeIdLowSection] = (short) (value & 0xff); 4335_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4881return _flags[_isInternalSection] == 1 ? true : false; 4886_flags[_isInternalSection] = value ? 1 : 0; 4897return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4902_flags[_attributeUsageSection] = (int) value; 5000short value = (short) _flags[_stringIdLowSection]; 5001value |= (short) (_flags[_stringIdHighSection] << 8); 5008_flags[_stringIdLowSection] = (short) (value & 0xff); 5009_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);