7 references to InternalSystemColorsExtendedEnd
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2631
if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)
System\Windows\SystemKeyConverter.cs (4)
167
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)))
208
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)))
249
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
))||
273
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
))
System\Windows\SystemResourceKey.cs (2)
324
private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.
InternalSystemColorsExtendedEnd
;
1960
((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)),