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