2 instantiations of StagingAreaInputItem
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
734StagingAreaInputItem item = new StagingAreaInputItem(false); 746StagingAreaInputItem item = new StagingAreaInputItem(true);
26 references to StagingAreaInputItem
PresentationCore (25)
Core\CSharp\System\Windows\Input\InputManager.cs (12)
722internal StagingAreaInputItem PushInput(StagingAreaInputItem inputItem) 732internal StagingAreaInputItem PushInput(InputEventArgs input, StagingAreaInputItem promote) 734StagingAreaInputItem item = new StagingAreaInputItem(false); 744internal StagingAreaInputItem PushMarker() 746StagingAreaInputItem item = new StagingAreaInputItem(true); 755internal StagingAreaInputItem PopInput() 764return input as StagingAreaInputItem; 772internal StagingAreaInputItem PeekInput() 781return input as StagingAreaInputItem; 877StagingAreaInputItem item = null;
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
2336private StylusDevice GetStylusDevice(StagingAreaInputItem stagingItem)
Core\CSharp\System\Windows\Input\NotifyInputEventArgs.cs (3)
29internal virtual void Reset(StagingAreaInputItem input, InputManager inputManager) 39public StagingAreaInputItem StagingItem {get {return _input;}} 77private StagingAreaInputItem _input;
Core\CSharp\System\Windows\Input\PreProcessInputEventArgs.cs (1)
29internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (7)
35internal override void Reset(StagingAreaInputItem input, InputManager inputManager) 63public StagingAreaInputItem PushInput(InputEventArgs input, 64StagingAreaInputItem promote) // Note: this should be a bool, and always use the InputItem available on these args. 93public StagingAreaInputItem PushInput(StagingAreaInputItem input) 118public StagingAreaInputItem PopInput() 145public StagingAreaInputItem PeekInput()
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (1)
26internal void Reset(InputEventArgs input, StagingAreaInputItem promote)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
194private bool IsPointerButtonEventItem(StagingAreaInputItem stagingItem)