1 write to _debugInfo
PresentationFramework (1)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
61
_debugInfo
= new DebugInfo
8 references to _debugInfo
PresentationFramework (8)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (8)
87
_debugInfo
.SegmentStartsAndLengths[i] = new SegmentInfo
100
_debugInfo
.ContextOffset = value;
101
_debugInfo
.CalculationMode = CalculationModes.ContextPosition;
107
int offset = (
_debugInfo
.CalculationMode == CalculationModes.ContentPosition ?
_debugInfo
.ContentOffSet :
_debugInfo
.ContextOffset);
112
if ((offset < 0) || (offset >
_debugInfo
.TextMapTextLength))
126
logger?.Write<DebugInfo>(TextMapOffsetError, eventSourceOptions,
_debugInfo
);