Hi guys,
Just upgraded from 3.5 to 4. My old code had:
Fill="{DynamicResource {x:Static themes:DockingCommonDictionary.TabbedMdiContainerButtonForegroundNormalBrushKey}}"
But now it can't find DockingCommonDictionary. Where has it been moved to?
Hi guys,
Just upgraded from 3.5 to 4. My old code had:
Fill="{DynamicResource {x:Static themes:DockingCommonDictionary.TabbedMdiContainerButtonForegroundNormalBrushKey}}"
But now it can't find DockingCommonDictionary. Where has it been moved to?
Hi Steven,
As of our major theming unification redesign in 2011.2, all brushes are now unified in the ActiproSoftware.Windows.Themes.AssetResourceKeys class instead of classes like DockingCommonDictionary.
Not everything seems to have found its way into AssetResourceKeys.
Where is DockingCommonDictionary.DockSiteBackgroundBrushKey?
Hi Alex,
If you're trying to use what is the default background for DockSite, then the new name is AssetResourceKeys.WorkspaceVeryDarkBackgroundNormalBrushKey.
Please log in to a validated account to post comments.