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