1 write to Pressed
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
167Pressed = button.MouseIsDown || _pressTarget > 0f,
2 references to Pressed
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
133if (context.Pressed) 439bool pressed = context.Pressed;