2 writes to _directlyOverTreeState
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
510
_directlyOverTreeState
= treeState;
899
_directlyOverTreeState
= new DeferredElementTreeState();
6 references to _directlyOverTreeState
PresentationCore (6)
Core\CSharp\System\Windows\Input\TouchDevice.cs (6)
499
DeferredElementTreeState treeState = capture ? _capturedWithinTreeState :
_directlyOverTreeState
;
850
if ((
_directlyOverTreeState
!= null) && !
_directlyOverTreeState
.IsEmpty)
897
if (
_directlyOverTreeState
== null)
904
_directlyOverTreeState
.SetCoreParent(element, oldParent);
908
_directlyOverTreeState
.SetLogicalParent(element, oldParent);