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