7 references to IsListening
PresentationCore (7)
System\Windows\ContentElement.cs (2)
161
if (SynchronizedInputHelper.
IsListening
(this, args))
175
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\Input\InputManager.cs (1)
795
if (_isSynchronizedInput && SynchronizedInputHelper.
IsListening
(_listeningElement, input))
System\Windows\UIElement.cs (2)
1798
if (SynchronizedInputHelper.
IsListening
(this, args))
1823
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\UIElement3D.cs (2)
1230
if (SynchronizedInputHelper.
IsListening
(this, args))
1244
if (SynchronizedInputHelper.
IsListening
(this, args))