1 write to _debugInfo
PresentationFramework (1)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
59
_debugInfo
= new DebugInfo
8 references to _debugInfo
PresentationFramework (8)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (8)
85
_debugInfo
.SegmentStartsAndLengths[i] = new SegmentInfo
98
_debugInfo
.ContextOffset = value;
99
_debugInfo
.CalculationMode = CalculationModes.ContextPosition;
105
int offset = (
_debugInfo
.CalculationMode == CalculationModes.ContentPosition ?
_debugInfo
.ContentOffSet :
_debugInfo
.ContextOffset);
110
if ((offset < 0) || (offset >
_debugInfo
.TextMapTextLength))
124
logger?.Write<DebugInfo>(TextMapOffsetError, eventSourceOptions,
_debugInfo
);