7 references to InternalSystemColorsExtendedEnd
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2636
if (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)
324
private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.
InternalSystemColorsExtendedEnd
;
1960
((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)),