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