5 references to SystemResourceKeyBAMLIDExtendedStart
PresentationFramework (5)
src\Framework\System\Windows\SystemResourceKey.cs (5)
329
private const short SystemResourceKeyBAMLIDExtendedEnd = (short)(
SystemResourceKeyBAMLIDExtendedStart
+ (SystemResourceKeyIDExtendedEnd - SystemResourceKeyIDExtendedStart));
335
private const short SystemResourceBAMLIDExtendedEnd = (short)(SystemResourceBAMLIDExtendedStart + (SystemResourceKeyBAMLIDExtendedEnd -
SystemResourceKeyBAMLIDExtendedStart
));
348
else if (bamlId >
SystemResourceKeyBAMLIDExtendedStart
&& bamlId < SystemResourceKeyBAMLIDExtendedEnd)
351
bamlId -= (short)(
SystemResourceKeyBAMLIDExtendedStart
- SystemResourceKeyIDExtendedStart);
411
memberId = (short)(-((short)srkId - SystemResourceKeyIDExtendedStart +
SystemResourceKeyBAMLIDExtendedStart
));