2 references to _contextColor
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
445
if (attrValueSpan.StartsWith(
_contextColor
, StringComparison.Ordinal))
447
attrValueSpan = attrValueSpan.Slice(
_contextColor
.Length).Trim();