2 references to ContentValueRanges
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
458
bool isInContent = isInAttribute ? false : this.xmlReaderWithSourceLocation.
ContentValueRanges
.TryGetValue(currentLocation, out valueRange);
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (1)
162
this.
ContentValueRanges
.Add(endElementLocation, new DocumentRange(contentStartLocation, contentEnd));