1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
935record._flags = _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
904return _flags[_pinnedFlagSection]; 910_flags[_pinnedFlagSection] = value; 935record._flags = _flags; 1320short value = (short) _flags[_assemblyIdLowSection]; 1321value |= (short) (_flags[_assemblyIdHighSection] << 8); 1328_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1329_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1573return _flags[_sharedSection] == 1 ? true : false; 1578_flags[_sharedSection] = value ? 1 : 0; 1587return _flags[_sharedSetSection] == 1 ? true : false; 1592_flags[_sharedSetSection] = value ? 1 : 0; 1740return _flags[_sharedSection] == 1 ? true : false; 1745_flags[_sharedSection] = value ? 1 : 0; 1754return _flags[_sharedSetSection] == 1 ? true : false; 1759_flags[_sharedSetSection] = value ? 1 : 0; 2419get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2420set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2426get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2427set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2859get { return _flags[_isValueSetSection] == 1 ? true : false; } 2860set { _flags[_isValueSetSection] = value ? 1 : 0; } 2865get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2866set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2873get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 2874set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3247short value = (short) _flags[_typeIdLowSection]; 3248value |= (short) (_flags[_typeIdHighSection] << 8); 3255_flags[_typeIdLowSection] = (short) (value & 0xff); 3256_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3265return _flags[_useTypeConverter] == 1 ? true : false; 3270_flags[_useTypeConverter] = value ? 1 : 0; 3279return _flags[_isInjected] == 1 ? true : false; 3284_flags[_isInjected] = value ? 1 : 0; 3651get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3652set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3658get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3659set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4204short value = (short) _flags[_assemblyIdLowSection]; 4205value |= (short) (_flags[_assemblyIdHighSection] << 8); 4212_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4213_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4332short value = (short) _flags[_typeIdLowSection]; 4333value |= (short) (_flags[_typeIdHighSection] << 8); 4340_flags[_typeIdLowSection] = (short) (value & 0xff); 4341_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4888return _flags[_isInternalSection] == 1 ? true : false; 4893_flags[_isInternalSection] = value ? 1 : 0; 4904return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4909_flags[_attributeUsageSection] = (int) value; 5007short value = (short) _flags[_stringIdLowSection]; 5008value |= (short) (_flags[_stringIdHighSection] << 8); 5015_flags[_stringIdLowSection] = (short) (value & 0xff); 5016_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);