6 references to SystemResourceKeyIDExtendedStart
PresentationFramework (6)
System\Windows\SystemResourceKey.cs (6)
342
private const short SystemResourceKeyBAMLIDExtendedEnd = (short)(SystemResourceKeyBAMLIDExtendedStart + (SystemResourceKeyIDExtendedEnd -
SystemResourceKeyIDExtendedStart
));
364
bamlId -= (short)(SystemResourceKeyBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
369
bamlId -= (short)(SystemResourceBAMLIDExtendedStart -
SystemResourceKeyIDExtendedStart
);
411
bool isExtended = ((short)srkId >
SystemResourceKeyIDExtendedStart
&&
419
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceKeyBAMLIDExtendedStart));
423
memberId = (short)(-((short)srkId -
SystemResourceKeyIDExtendedStart
+ SystemResourceBAMLIDExtendedStart));