4 references to SystemResourceBAMLIDExtendedStart
PresentationFramework (4)
src\Framework\System\Windows\SystemResourceKey.cs (4)
335
private const short SystemResourceBAMLIDExtendedEnd = (short)(
SystemResourceBAMLIDExtendedStart
+ (SystemResourceKeyBAMLIDExtendedEnd - SystemResourceKeyBAMLIDExtendedStart));
353
else if (bamlId >
SystemResourceBAMLIDExtendedStart
&& bamlId < SystemResourceBAMLIDExtendedEnd)
356
bamlId -= (short)(
SystemResourceBAMLIDExtendedStart
- SystemResourceKeyIDExtendedStart);
415
memberId = (short)(-((short)srkId - SystemResourceKeyIDExtendedStart +
SystemResourceBAMLIDExtendedStart
));