Can't access resource from Generic.xaml within the Custom Control constructor.
- by myermian
I'm not sure why this is doing this, but I can't access the resource from within my constructor.
XTabItem.cs
using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace MyStuff
{
public class XTabItem : TabItem
{
public static readonly DependencyProperty…