7 references to InternalSystemColorsExtendedEnd
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2660
if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)
src\Framework\System\Windows\SystemKeyConverter.cs (4)
178
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)))
219
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)))
260
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
))||
284
(id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
))
src\Framework\System\Windows\SystemResourceKey.cs (2)
311
private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.
InternalSystemColorsExtendedEnd
;
1868
((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.
InternalSystemColorsExtendedEnd
)),