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