1 write to _sessionId
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
231
_sessionId
= SafeNativeMethods.GetCurrentSessionId();
3 references to _sessionId
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
232
_isSessionDisconnected = !SafeNativeMethods.IsCurrentSessionConnectStateWTSActive(
_sessionId
);
1220
if (
_sessionId
.HasValue && (
_sessionId
.Value != lparam.ToInt32()))