1 write to _currentContainer
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
625_currentContainer = newContainer;
14 references to _currentContainer
PresentationCore (14)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (14)
48_currentContainer, 65_currentContainer, 103_currentContainer, 137_currentContainer, 183_currentContainer, 257_currentContainer, 383PushEvent(new ManipulationBoundaryFeedbackEventArgs(_manipulationDevice, LastTimestamp, _currentContainer, unusedManipulation)); 477get { return _currentContainer; } 577UIElement uie = _currentContainer as UIElement; 587UIElement3D uie3D = _currentContainer as UIElement3D; 603Point position = updatedManipulator.GetPosition(_currentContainer); 672UIElement container = _currentContainer as UIElement; 681UIElement container = _currentContainer as UIElement; 718UIElement container = _currentContainer as UIElement;