We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebdb5c commit d898befCopy full SHA for d898bef
ModernWpf.Controls/CommandBarFlyout/CommandBarFlyout.xaml
@@ -753,7 +753,7 @@
753
<Border.Clip>
754
<RectangleGeometry
755
x:Name="OuterContentRootClip"
756
- Rect="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=FlyoutTemplateSettings.ContentClipRect}">
+ Rect="{Binding Source={StaticResource TemplateSettingsProxy}, Path=FlyoutTemplateSettings.ContentClipRect}">
757
<RectangleGeometry.Transform>
758
<TranslateTransform x:Name="OuterContentRootClipTransform" />
759
</RectangleGeometry.Transform>
0 commit comments