7 references to InternalSystemColorsStart
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2635if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
166if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 207if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 248if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 274if ((SystemResourceKeyID.InternalSystemColorsStart < id) &&
System\Windows\SystemResourceKey.cs (2)
302private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.InternalSystemColorsStart; 1858Debug.Assert(((SystemResourceKeyID.InternalSystemColorsStart < id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) ||