7 references to IsListening
PresentationCore (7)
System\Windows\ContentElement.cs (2)
173
if (SynchronizedInputHelper.
IsListening
(this, args))
187
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\Input\InputManager.cs (1)
804
if (_isSynchronizedInput && SynchronizedInputHelper.
IsListening
(_listeningElement, input))
System\Windows\UIElement.cs (2)
1812
if (SynchronizedInputHelper.
IsListening
(this, args))
1837
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\UIElement3D.cs (2)
1247
if (SynchronizedInputHelper.
IsListening
(this, args))
1261
if (SynchronizedInputHelper.
IsListening
(this, args))