Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item_provider.cpp552 VARIANT newVar; in RaiseExpandCollapseAutomationEvent() local
556 newVar.vt = VT_I4; in RaiseExpandCollapseAutomationEvent()
557 newVar.lVal = newValue ? ExpandCollapseState_Expanded : ExpandCollapseState_Collapsed; in RaiseExpandCollapseAutomationEvent()
559 …omationPropertyChangedEvent(this, UIA_ExpandCollapseExpandCollapseStatePropertyId, oldVar, newVar); in RaiseExpandCollapseAutomationEvent()