Wpf: איך ליישם dataconext עבור style בתוך resource dictionary ??
-
מישהו יודע איך ליישם dataconext עבור style בתוך resource dictionary
הדרך הרגילה לא עובד לי<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mscorlib="clr-namespace:System;assembly=mscorlib" xmlns:window="clr-namespace:MyWpf.Themes.Window;assembly=MyWpf" xmlns:Converters="clr-namespace:MyWpf.Converters"> <Style TargetType="Window" x:Key="ThemedWindow"> <Setter Property="DataContext"> <Setter.Value> <window:WindowThemingHelper </Setter.Value> </Setter>