Home
last modified time | relevance | path

Searched refs:old_highlighted (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTreeView.cs2023 TreeNode old_highlighted = highlighted_node; in MouseDownHandler()
2025 …if (label_edit && e.Clicks == 1 && highlighted_node == old_highlighted && e.Button == MouseButtons… in MouseDownHandler()
2038 if (old_highlighted != null) in MouseDownHandler()
2039 Invalidate (Bloat (old_highlighted.Bounds)); in MouseDownHandler()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_handlers.c4225 uiButExtraOpIcon *old_highlighted = NULL; in ui_do_but_extra_operator_icons_mousemove() local
4230 old_highlighted = op_icon; in ui_do_but_extra_operator_icons_mousemove()
4241 if (old_highlighted != hovered) { in ui_do_but_extra_operator_icons_mousemove()