1 write to _isDwmProcess
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
422
_isDwmProcess
= true;
6 references to _isDwmProcess
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (6)
160
if(
_isDwmProcess
)
237
if(
_isDwmProcess
)
420
if(!
_isDwmProcess
)
966
if(
_isDwmProcess
)
1077
if(!_tracking && !
_isDwmProcess
)
1099
if(_tracking && !
_isDwmProcess
)