7 references to InternalSystemColorsExtendedEnd
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2635if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
169(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 210(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 251(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))|| 275(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))
System\Windows\SystemResourceKey.cs (2)
309private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd; 1861((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.InternalSystemColorsExtendedEnd)),