4 references to SystemResourceBAMLIDExtendedStart
PresentationFramework (4)
System\Windows\SystemResourceKey.cs (4)
347
private const short SystemResourceBAMLIDExtendedEnd = (short)(
SystemResourceBAMLIDExtendedStart
+ (SystemResourceKeyBAMLIDExtendedEnd - SystemResourceKeyBAMLIDExtendedStart));
365
else if (bamlId >
SystemResourceBAMLIDExtendedStart
&& bamlId < SystemResourceBAMLIDExtendedEnd)
368
bamlId -= (short)(
SystemResourceBAMLIDExtendedStart
- SystemResourceKeyIDExtendedStart);
422
memberId = (short)(-((short)srkId - SystemResourceKeyIDExtendedStart +
SystemResourceBAMLIDExtendedStart
));