1 write to _flags
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
928record._flags = _flags;
53 references to _flags
PresentationFramework (53)
System\Windows\Markup\BamlRecords.cs (53)
897return _flags[_pinnedFlagSection]; 903_flags[_pinnedFlagSection] = value; 928record._flags = _flags; 1313short value = (short) _flags[_assemblyIdLowSection]; 1314value |= (short) (_flags[_assemblyIdHighSection] << 8); 1321_flags[_assemblyIdLowSection] = (short) (value & 0xff); 1322_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 1566return _flags[_sharedSection] == 1 ? true : false; 1571_flags[_sharedSection] = value ? 1 : 0; 1580return _flags[_sharedSetSection] == 1 ? true : false; 1585_flags[_sharedSetSection] = value ? 1 : 0; 1733return _flags[_sharedSection] == 1 ? true : false; 1738_flags[_sharedSection] = value ? 1 : 0; 1747return _flags[_sharedSetSection] == 1 ? true : false; 1752_flags[_sharedSetSection] = value ? 1 : 0; 2412get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 2413set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 2419get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 2420set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 2852get { return _flags[_isValueSetSection] == 1 ? true : false; } 2853set { _flags[_isValueSetSection] = value ? 1 : 0; } 2858get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2859set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2866get { return _flags[_isRawEnumValueSetSection] == 1 ? true : false; } 2867set { _flags[_isRawEnumValueSetSection] = value ? 1 : 0; } 3240short value = (short) _flags[_typeIdLowSection]; 3241value |= (short) (_flags[_typeIdHighSection] << 8); 3248_flags[_typeIdLowSection] = (short) (value & 0xff); 3249_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 3258return _flags[_useTypeConverter] == 1 ? true : false; 3263_flags[_useTypeConverter] = value ? 1 : 0; 3272return _flags[_isInjected] == 1 ? true : false; 3277_flags[_isInjected] = value ? 1 : 0; 3644get { return _flags[_isValueTypeExtensionSection] == 1 ? true : false; } 3645set { _flags[_isValueTypeExtensionSection] = value ? 1 : 0; } 3651get { return _flags[_isValueStaticExtensionSection] == 1 ? true : false; } 3652set { _flags[_isValueStaticExtensionSection] = value ? 1 : 0; } 4197short value = (short) _flags[_assemblyIdLowSection]; 4198value |= (short) (_flags[_assemblyIdHighSection] << 8); 4205_flags[_assemblyIdLowSection] = (short) (value & 0xff); 4206_flags[_assemblyIdHighSection] = (short) ((value & 0xff00) >> 8); 4325short value = (short) _flags[_typeIdLowSection]; 4326value |= (short) (_flags[_typeIdHighSection] << 8); 4333_flags[_typeIdLowSection] = (short) (value & 0xff); 4334_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4880return _flags[_isInternalSection] == 1 ? true : false; 4885_flags[_isInternalSection] = value ? 1 : 0; 4896return (BamlAttributeUsage) _flags[_attributeUsageSection]; 4901_flags[_attributeUsageSection] = (int) value; 4999short value = (short) _flags[_stringIdLowSection]; 5000value |= (short) (_flags[_stringIdHighSection] << 8); 5007_flags[_stringIdLowSection] = (short) (value & 0xff); 5008_flags[_stringIdHighSection] = (short) ((value & 0xff00) >> 8);