7 references to InternalSystemColorsExtendedEnd
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2628if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
166(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 207(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 248(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))|| 272(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))
System\Windows\SystemResourceKey.cs (2)
323private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd; 1959((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.InternalSystemColorsExtendedEnd)),