2 writes to s_pConnection
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaSystem.cs (2)
234
out
s_pConnection
));
275
s_pConnection
= IntPtr.Zero;
3 references to s_pConnection
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaSystem.cs (3)
244
s_pConnection
,
271
HRESULT.Check(UnsafeNativeMethods.WgxConnection_Disconnect(
s_pConnection
));
379
get { return
s_pConnection
; }