1 write to _action
PresentationFramework (1)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
143_action = action;
10 references to _action
PresentationFramework (10)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (10)
123/// DateTime.Now.Ticks when the <see cref="_action"/> started 191_instanceInfo.NumCallsMeasured[_action]++; 192_instanceInfo.CumulativeCallTime100Ns[_action] += ticks; 196(long)Math.Floor(1.0d * _instanceInfo.CumulativeCallTime100Ns[_action] / _instanceInfo.NumCallsMeasured[_action]); 203(_action == Actions.RegisterUserDictionary) || 204(_action == Actions.UnregisterUserDictionary); 206if (alwaysLog || (ticks > _timeLimits100Ns[_action]) || (runningAverage > 2 * _timeLimits100Ns[_action])) 216SpellerCOMAction = _action.ToString(),