1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
560_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, 335PushEvent(new ManipulationBoundaryFeedbackEventArgs(_manipulationDevice, LastTimestamp, _currentContainer, unusedManipulation)); 426get { return _currentContainer; } 517UIElement uie = _currentContainer as UIElement; 527UIElement3D uie3D = _currentContainer as UIElement3D; 543Point position = updatedManipulator.GetPosition(_currentContainer); 607UIElement container = _currentContainer as UIElement; 616UIElement container = _currentContainer as UIElement; 653UIElement container = _currentContainer as UIElement;