2 references to _contextColor
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSchema.cs (2)
439
if (attrValue.StartsWith(
_contextColor
, StringComparison.Ordinal))
441
attrValue = attrValue.Substring(
_contextColor
.Length);