7 references to InternalSystemColorsStart
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2628
if (valueId > (short)SystemResourceKeyID.
InternalSystemColorsStart
&& valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
163
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
204
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
245
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
271
if ((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
System\Windows\SystemResourceKey.cs (2)
316
private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.
InternalSystemColorsStart
;
1956
Debug.Assert(((SystemResourceKeyID.
InternalSystemColorsStart
< id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) ||