2 writes to CalculationMode
PresentationFramework (2)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
74CalculationMode = CalculationModes.ContentPosition, 101_debugInfo.CalculationMode = CalculationModes.ContextPosition;
2 references to CalculationMode
PresentationFramework (2)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
107int offset = (_debugInfo.CalculationMode == CalculationModes.ContentPosition ? _debugInfo.ContentOffSet : _debugInfo.ContextOffset); 186/// This is only set and valid when <see cref="CalculationMode"/> is "ContextOffset".