2 writes to _capturedWithinTreeState
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
506_capturedWithinTreeState = treeState; 530_capturedWithinTreeState = new DeferredElementTreeState();
6 references to _capturedWithinTreeState
PresentationCore (6)
Core\CSharp\System\Windows\Input\TouchDevice.cs (6)
499DeferredElementTreeState treeState = capture ? _capturedWithinTreeState : _directlyOverTreeState; 528if (_capturedWithinTreeState == null) 535_capturedWithinTreeState.SetCoreParent(element, oldParent); 539_capturedWithinTreeState.SetLogicalParent(element, oldParent); 608if ((_capturedWithinTreeState != null) && !_capturedWithinTreeState.IsEmpty)