1 write to _currentContainer
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
576_currentContainer = newContainer;
14 references to _currentContainer
PresentationCore (14)
System\Windows\Input\ManipulationLogic.cs (14)
44_currentContainer, 56_currentContainer, 89_currentContainer, 118_currentContainer, 159_currentContainer, 233_currentContainer, 344PushEvent(new ManipulationBoundaryFeedbackEventArgs(_manipulationDevice, LastTimestamp, _currentContainer, unusedManipulation)); 433get { return _currentContainer; } 533UIElement uie = _currentContainer as UIElement; 543UIElement3D uie3D = _currentContainer as UIElement3D; 559Point position = updatedManipulator.GetPosition(_currentContainer); 623UIElement container = _currentContainer as UIElement; 632UIElement container = _currentContainer as UIElement; 669UIElement container = _currentContainer as UIElement;