Merge pull request #961 from ermshiperete/bug-xamarin-18118
[mono.git] / mcs / class / System.Xaml / System.Xaml / IAmbientProvider.cs
index 211edbaabd0c2c62f5ad23520e355549484fb7f3..0ad6e9821f6bbd7cbcaee444ad977f7f348249d0 100644 (file)
@@ -30,6 +30,7 @@ namespace System.Xaml
        {
                IEnumerable<Object> GetAllAmbientValues (params XamlType[] types);
                IEnumerable<AmbientPropertyValue> GetAllAmbientValues (IEnumerable<XamlType> ceilingTypes, params XamlMember [] properties);
+               IEnumerable<AmbientPropertyValue> GetAllAmbientValues (IEnumerable<XamlType> ceilingTypes, bool searchLiveStackOnly, IEnumerable<XamlType> types, params XamlMember[] properties);
                Object GetFirstAmbientValue (params XamlType [] types);
                AmbientPropertyValue GetFirstAmbientValue (IEnumerable<XamlType> ceilingTypes, params XamlMember [] properties);
        }