4 references to FilenameProperty
System.Windows.Forms (4)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (4)
648public string GetFilename(FilenameProperty prop) { 650if (!ClientUtils.IsEnumValid(prop, (int)prop, (int)FilenameProperty.ImageFile, (int)FilenameProperty.GlyphImageFile)) 652throw new InvalidEnumArgumentException("prop", (int)prop, typeof(FilenameProperty));