7 references to IsListening
PresentationCore (7)
Core\CSharp\System\Windows\ContentElement.cs (2)
178
if (SynchronizedInputHelper.
IsListening
(this, args))
192
if (SynchronizedInputHelper.
IsListening
(this, args))
Core\CSharp\System\Windows\Input\InputManager.cs (1)
1013
if (_isSynchronizedInput && SynchronizedInputHelper.
IsListening
(_listeningElement, input))
Core\CSharp\System\Windows\UIElement.cs (2)
1832
if (SynchronizedInputHelper.
IsListening
(this, args))
1857
if (SynchronizedInputHelper.
IsListening
(this, args))
Core\CSharp\System\Windows\UIElement3D.cs (2)
1261
if (SynchronizedInputHelper.
IsListening
(this, args))
1275
if (SynchronizedInputHelper.
IsListening
(this, args))