2 instantiations of Italic
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5849
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
Italic
(); };
System\Windows\Markup\KnownTypes.cs (1)
1349
case KnownElements.Italic: o = new System.Windows.Documents.
Italic
(); break;
9 references to Italic
PresentationFramework (9)
System\Windows\Documents\FixedElement.cs (1)
382
return typeof(
Italic
);
System\Windows\Documents\Italic.cs (2)
34
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Italic
), new FrameworkPropertyMetadata(typeof(
Italic
)));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
421
case 327: t = () => typeof(
Italic
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4933
Type type = typeof(System.Windows.Documents.
Italic
);
4935
this.GetXamlType(typeof(System.Windows.Documents.
Italic
)), // DeclaringType
4941
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.
Italic
)target).Inlines; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5847
typeof(System.Windows.Documents.
Italic
),
System\Windows\Markup\KnownTypes.cs (1)
5881
case KnownElements.Italic: t = typeof(System.Windows.Documents.
Italic
); break;