1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
573_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; } 530UIElement uie = _currentContainer as UIElement; 540UIElement3D uie3D = _currentContainer as UIElement3D; 556Point position = updatedManipulator.GetPosition(_currentContainer); 620UIElement container = _currentContainer as UIElement; 629UIElement container = _currentContainer as UIElement; 666UIElement container = _currentContainer as UIElement;