6 references to SystemResourceKeyIDExtendedStart
PresentationFramework (6)
src\Framework\System\Windows\SystemResourceKey.cs (6)
329
private const short SystemResourceKeyBAMLIDExtendedEnd = (short)(SystemResourceKeyBAMLIDExtendedStart + (SystemResourceKeyIDExtendedEnd -
SystemResourceKeyIDExtendedStart
));
351
bamlId -= (short)(SystemResourceKeyBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
356
bamlId -= (short)(SystemResourceBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
403
bool isExtended = ((short)srkId >
SystemResourceKeyIDExtendedStart
&&
411
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceKeyBAMLIDExtendedStart));
415
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceBAMLIDExtendedStart));