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)
1799
if (SynchronizedInputHelper.
IsListening
(this, args))
1824
if (SynchronizedInputHelper.
IsListening
(this, args))
System\Windows\UIElement3D.cs (2)
1231
if (SynchronizedInputHelper.
IsListening
(this, args))
1245
if (SynchronizedInputHelper.
IsListening
(this, args))