7 references to InternalSystemColorsStart
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2636
if (valueId > (short)SystemResourceKeyID.
InternalSystemColorsStart
&& valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd)
System\Windows\SystemKeyConverter.cs (4)
166
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
207
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
248
if (((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
274
if ((SystemResourceKeyID.
InternalSystemColorsStart
< id) &&
System\Windows\SystemResourceKey.cs (2)
317
private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.
InternalSystemColorsStart
;
1957
Debug.Assert(((SystemResourceKeyID.
InternalSystemColorsStart
< id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) ||