9 references to ThemeFilename
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
407
string themeFilename = Path.GetFileName(VisualStyles.VisualStyleInformation.
ThemeFilename
);
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
1373
string themeFileName = Path.GetFileName(VisualStyleInformation.
ThemeFilename
);
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (7)
103
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "DisplayName")
110
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Company")
117
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Author")
124
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Copyright")
131
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Url")
138
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Version")
145
? PInvoke.GetThemeDocumentationProperty(
ThemeFilename
, "Description")