8 references to InternalSystemColorsStart
PresentationFramework (8)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2660if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
src\Framework\System\Windows\SystemKeyConverter.cs (4)
175if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 216if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 257if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 283if ((SystemResourceKeyID.InternalSystemColorsStart < id) &&
src\Framework\System\Windows\SystemResourceKey.cs (3)
304private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.InternalSystemColorsStart; 372SystemResourceKeyID srkId = SystemResourceKeyID.InternalSystemColorsStart; 1865Debug.Assert(((SystemResourceKeyID.InternalSystemColorsStart < id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) ||