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