1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
563_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; } 520UIElement uie = _currentContainer as UIElement; 530UIElement3D uie3D = _currentContainer as UIElement3D; 546Point position = updatedManipulator.GetPosition(_currentContainer); 610UIElement container = _currentContainer as UIElement; 619UIElement container = _currentContainer as UIElement; 656UIElement container = _currentContainer as UIElement;