7 references to InternalSystemColorsStart
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2628if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
163if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 204if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 245if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 271if ((SystemResourceKeyID.InternalSystemColorsStart < id) &&
System\Windows\SystemResourceKey.cs (2)
316private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.InternalSystemColorsStart; 1956Debug.Assert(((SystemResourceKeyID.InternalSystemColorsStart < id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) ||