7 references to IsListening
PresentationCore (7)
System\Windows\ContentElement.cs (2)
162
if (SynchronizedInputHelper.
IsListening
(this, args))
176
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\Input\InputManager.cs (1)
796
if (_isSynchronizedInput && SynchronizedInputHelper.
IsListening
(_listeningElement, input))
System\Windows\UIElement.cs (2)
1807
if (SynchronizedInputHelper.
IsListening
(this, args))
1832
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\UIElement3D.cs (2)
1232
if (SynchronizedInputHelper.
IsListening
(this, args))
1246
if (SynchronizedInputHelper.
IsListening
(this, args))