Searched refs:PropertyChangedCondition (Results 1 – 1 of 1) sorted by relevance
191 struct PropertyChangedCondition struct193 PropertyChangedCondition() = delete;194 ~PropertyChangedCondition() = default;195 PropertyChangedCondition(const PropertyChangedCondition&) = default;196 PropertyChangedCondition&197 operator=(const PropertyChangedCondition&) = default;198 PropertyChangedCondition(PropertyChangedCondition&&) = default;199 PropertyChangedCondition& operator=(PropertyChangedCondition&&) = default;200 PropertyChangedCondition(const char* iface, const char* property, in PropertyChangedCondition() function386 return PropertyChangedCondition<T, U>(iface, property, in propertyChangedTo()