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