1 write to _sessionId
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
277
_sessionId
= SafeNativeMethods.GetCurrentSessionId();
3 references to _sessionId
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (3)
278
_isSessionDisconnected = !SafeNativeMethods.IsCurrentSessionConnectStateWTSActive(
_sessionId
);
1317
if (
_sessionId
.HasValue && (
_sessionId
.Value != lparam.ToInt32()))