Merge branch 'main' into fix/imagecropper-aspect-ratio-not-updating-on-image-load
This commit is contained in:
Коммит
4ea8826e5a
|
@ -174,9 +174,12 @@ namespace Microsoft.Toolkit.Uwp.UI
|
|||
/// <inheritdoc/>
|
||||
public IEnumerable<AttachedShadowElementContext> EnumerateElementContexts()
|
||||
{
|
||||
foreach (var kvp in ShadowElementContextTable)
|
||||
if (ShadowElementContextTable != null)
|
||||
{
|
||||
yield return kvp.Value;
|
||||
foreach (var kvp in ShadowElementContextTable)
|
||||
{
|
||||
yield return kvp.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче