8 references to SystemResourceKeyID
PresentationBuildTasks (8)
Framework\System\Windows\SystemResourceKey.cs (8)
304private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.InternalSystemColorsStart; 305private const short SystemResourceKeyIDEnd = (short)SystemResourceKeyID.InternalSystemThemeStylesEnd; 310private const short SystemResourceKeyIDExtendedStart = (short)SystemResourceKeyID.InternalSystemColorsExtendedStart; 311private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd; 372SystemResourceKeyID srkId = SystemResourceKeyID.InternalSystemColorsStart; 394srkId = (SystemResourceKeyID)Enum.Parse(typeof(SystemResourceKeyID), srkField);