|
@@ -44,7 +44,7 @@ internal sealed class LayoutProxy : ElementProxy
|
|
|
// Image or DynamicImage or SvgImage or DynamicSvgImage should be excluded
|
|
// Image or DynamicImage or SvgImage or DynamicSvgImage should be excluded
|
|
|
// They rely on the AspectRation component to provide true intrinsic size
|
|
// They rely on the AspectRation component to provide true intrinsic size
|
|
|
|
|
|
|
|
- return Child is TextBlock or AspectRatio or Unconstrained;
|
|
|
|
|
|
|
+ return Child is TextBlock or AspectRatio or Unconstrained or SemanticTag or ArtifactTag;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|