1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
569_currentContainer = newContainer;
14 references to _currentContainer
PresentationCore (14)
System\Windows\Input\ManipulationLogic.cs (14)
36_currentContainer, 48_currentContainer, 81_currentContainer, 110_currentContainer, 151_currentContainer, 225_currentContainer, 338PushEvent(new ManipulationBoundaryFeedbackEventArgs(_manipulationDevice, LastTimestamp, _currentContainer, unusedManipulation)); 429get { return _currentContainer; } 526UIElement uie = _currentContainer as UIElement; 536UIElement3D uie3D = _currentContainer as UIElement3D; 552Point position = updatedManipulator.GetPosition(_currentContainer); 616UIElement container = _currentContainer as UIElement; 625UIElement container = _currentContainer as UIElement; 662UIElement container = _currentContainer as UIElement;