1 write to _action
PresentationFramework (1)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
145_action = action;
10 references to _action
PresentationFramework (10)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (10)
125/// DateTime.Now.Ticks when the <see cref="_action"/> started 193_instanceInfo.NumCallsMeasured[_action]++; 194_instanceInfo.CumulativeCallTime100Ns[_action] += ticks; 198(long)Math.Floor(1.0d * _instanceInfo.CumulativeCallTime100Ns[_action] / _instanceInfo.NumCallsMeasured[_action]); 205(_action == Actions.RegisterUserDictionary) || 206(_action == Actions.UnregisterUserDictionary); 208if (alwaysLog || (ticks > _timeLimits100Ns[_action]) || (runningAverage > 2 * _timeLimits100Ns[_action])) 218SpellerCOMAction = _action.ToString(),