1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
570_currentContainer = newContainer;
14 references to _currentContainer
PresentationCore (14)
System\Windows\Input\ManipulationLogic.cs (14)
37_currentContainer, 49_currentContainer, 82_currentContainer, 111_currentContainer, 152_currentContainer, 226_currentContainer, 339PushEvent(new ManipulationBoundaryFeedbackEventArgs(_manipulationDevice, LastTimestamp, _currentContainer, unusedManipulation)); 430get { return _currentContainer; } 527UIElement uie = _currentContainer as UIElement; 537UIElement3D uie3D = _currentContainer as UIElement3D; 553Point position = updatedManipulator.GetPosition(_currentContainer); 617UIElement container = _currentContainer as UIElement; 626UIElement container = _currentContainer as UIElement; 663UIElement container = _currentContainer as UIElement;