2 writes to CalculationMode
PresentationFramework (2)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
72CalculationMode = CalculationModes.ContentPosition, 99_debugInfo.CalculationMode = CalculationModes.ContextPosition;
1 reference to CalculationMode
PresentationFramework (1)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
105int offset = (_debugInfo.CalculationMode == CalculationModes.ContentPosition ? _debugInfo.ContentOffSet : _debugInfo.ContextOffset);