5 references to Log
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (5)
215Log(StatisticsTag, stylusData); 234Log(ErrorTag, new StylusErrorEventData() { Error = error }); 245Log(DeviceConnectTag, deviceInfo); 254Log(DeviceDisconnectTag, new StylusDisconnectInfo() { Id = deviceId }); 264Log(ReentrancyTag, new ReentrancyEvent() { FunctionName = functionName });