9 references to ThemeFilename
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
504
string themeFilename = System.IO.Path.GetFileName(System.Windows.Forms.VisualStyles.VisualStyleInformation.
ThemeFilename
);
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
1520
string themeFileName = System.IO.Path.GetFileName(VisualStyleInformation.
ThemeFilename
);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (7)
119
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.DisplayName, name, name.Capacity);
135
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Company, company, company.Capacity);
151
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Author, author, author.Capacity);
167
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Copyright, copyright, copyright.Capacity);
185
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Url, url, url.Capacity);
201
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Version, version, version.Capacity);
217
SafeNativeMethods.GetThemeDocumentationProperty(
ThemeFilename
, VisualStyleDocProperty.Description, description, description.Capacity);