1 write to _captured
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
395_captured = element;
21 references to _captured
PresentationCore (21)
Core\CSharp\System\Windows\Input\TouchDevice.cs (21)
228over = _captured; 237IInputElement capture = InputElement.GetContainingInputElement(_captured as DependencyObject); 259while ((ieTest != null) && (ieTest != _captured)) 283if (ieTest != _captured) 286over = _captured; 292over = _captured; 334get { return _captured; } 386if (_captured != element) 394IInputElement oldCapture = _captured; 436UpdateReverseInheritedProperty(/* capture = */ true, oldCapture, _captured); 444if (_captured != null) 446DependencyObject o = _captured as DependencyObject; 454if (_captured != null) 456RaiseGotCapture(_captured); 490DependencyObject other = capture ? (touchDevice._captured as DependencyObject) : (touchDevice._directlyOver as DependencyObject); 557if (_captured == null) 571CastInputElement(_captured, out uiElement, out contentElement, out uiElement3D); 595DependencyObject containingVisual = InputElement.GetContainingVisual(_captured as DependencyObject); 610UpdateReverseInheritedProperty(/* capture = */ true, _captured, _captured); 1184UIElement element = _captured as UIElement;