30 references to CreateInstance
PresentationFramework (30)
src\Framework\System\Windows\SystemFonts.cs (30)
524
_cacheIconFontSize =
CreateInstance
(SystemResourceKeyID.IconFontSize);
540
_cacheIconFontFamily =
CreateInstance
(SystemResourceKeyID.IconFontFamily);
556
_cacheIconFontStyle =
CreateInstance
(SystemResourceKeyID.IconFontStyle);
572
_cacheIconFontWeight =
CreateInstance
(SystemResourceKeyID.IconFontWeight);
588
_cacheIconFontTextDecorations =
CreateInstance
(SystemResourceKeyID.IconFontTextDecorations);
607
_cacheCaptionFontSize =
CreateInstance
(SystemResourceKeyID.CaptionFontSize);
623
_cacheCaptionFontFamily =
CreateInstance
(SystemResourceKeyID.CaptionFontFamily);
639
_cacheCaptionFontStyle =
CreateInstance
(SystemResourceKeyID.CaptionFontStyle);
655
_cacheCaptionFontWeight =
CreateInstance
(SystemResourceKeyID.CaptionFontWeight);
671
_cacheCaptionFontTextDecorations =
CreateInstance
(SystemResourceKeyID.CaptionFontTextDecorations);
687
_cacheSmallCaptionFontSize =
CreateInstance
(SystemResourceKeyID.SmallCaptionFontSize);
703
_cacheSmallCaptionFontFamily =
CreateInstance
(SystemResourceKeyID.SmallCaptionFontFamily);
719
_cacheSmallCaptionFontStyle =
CreateInstance
(SystemResourceKeyID.SmallCaptionFontStyle);
735
_cacheSmallCaptionFontWeight =
CreateInstance
(SystemResourceKeyID.SmallCaptionFontWeight);
751
_cacheSmallCaptionFontTextDecorations =
CreateInstance
(SystemResourceKeyID.SmallCaptionFontTextDecorations);
767
_cacheMenuFontSize =
CreateInstance
(SystemResourceKeyID.MenuFontSize);
783
_cacheMenuFontFamily =
CreateInstance
(SystemResourceKeyID.MenuFontFamily);
799
_cacheMenuFontStyle =
CreateInstance
(SystemResourceKeyID.MenuFontStyle);
815
_cacheMenuFontWeight =
CreateInstance
(SystemResourceKeyID.MenuFontWeight);
831
_cacheMenuFontTextDecorations =
CreateInstance
(SystemResourceKeyID.MenuFontTextDecorations);
847
_cacheStatusFontSize =
CreateInstance
(SystemResourceKeyID.StatusFontSize);
863
_cacheStatusFontFamily =
CreateInstance
(SystemResourceKeyID.StatusFontFamily);
879
_cacheStatusFontStyle =
CreateInstance
(SystemResourceKeyID.StatusFontStyle);
895
_cacheStatusFontWeight =
CreateInstance
(SystemResourceKeyID.StatusFontWeight);
911
_cacheStatusFontTextDecorations =
CreateInstance
(SystemResourceKeyID.StatusFontTextDecorations);
927
_cacheMessageFontSize =
CreateInstance
(SystemResourceKeyID.MessageFontSize);
943
_cacheMessageFontFamily =
CreateInstance
(SystemResourceKeyID.MessageFontFamily);
959
_cacheMessageFontStyle =
CreateInstance
(SystemResourceKeyID.MessageFontStyle);
975
_cacheMessageFontWeight =
CreateInstance
(SystemResourceKeyID.MessageFontWeight);
991
_cacheMessageFontTextDecorations =
CreateInstance
(SystemResourceKeyID.MessageFontTextDecorations);