Searched refs:uiType (Results 1 – 3 of 3) sorted by relevance
2863 XFA_ELEMENT uiType = pNode->GetClassID(); in SetValue() local2874 if (uiType == XFA_ELEMENT_NumericEdit) { in SetValue()2884 if (uiType == XFA_ELEMENT_NumericEdit) { in SetValue()2895 if (uiType != XFA_ELEMENT_NumericEdit || bSyncData) { in SetValue()3119 XFA_ELEMENT uiType = GetUIChild()->GetClassID(); in GetValue() local3120 switch (uiType) { in GetValue()
1949 XFA_ELEMENT uiType = pWidgetData->GetUIType(); in Script_Draw_DefaultValue() local1950 if (uiType == XFA_ELEMENT_Text) { in Script_Draw_DefaultValue()1957 } else if (uiType != XFA_ELEMENT_Image) { in Script_Draw_DefaultValue()
2488 UINT32 uiType = ABI::Windows::Media::Capture::MediaStreamType_VideoPreview; in SetProperties() local2511 hr = spPropVal->GetUInt32(&uiType); in SetProperties()2525 …hr = SetMediaStreamProperties((ABI::Windows::Media::Capture::MediaStreamType)uiType, pMedEncProps.… in SetProperties()