Searched refs:newVar (Results 1 – 1 of 1) sorted by relevance
552 VARIANT newVar; in RaiseExpandCollapseAutomationEvent() local556 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()