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