6 references to SystemResourceKeyIDExtendedStart
PresentationFramework (6)
System\Windows\SystemResourceKey.cs (6)
341
private const short SystemResourceKeyBAMLIDExtendedEnd = (short)(SystemResourceKeyBAMLIDExtendedStart + (SystemResourceKeyIDExtendedEnd -
SystemResourceKeyIDExtendedStart
));
363
bamlId -= (short)(SystemResourceKeyBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
368
bamlId -= (short)(SystemResourceBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
410
bool isExtended = ((short)srkId >
SystemResourceKeyIDExtendedStart
&&
418
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceKeyBAMLIDExtendedStart));
422
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceBAMLIDExtendedStart));