Method | Description | |
---|---|---|
GetFileIcon ( string file ) : System.Windows.Media.ImageSource |
Given file name returns icon depending on the file extension
|
|
GetIconForImageMoniker ( ImageMoniker imageMoniker ) : System.Windows.Media.ImageSource | ||
GetImage ( string name ) : System.Windows.Media.ImageSource |
Returns image source given name of the image moniker such as name from http://glyphlist.azurewebsites.net/knownmonikers
|
Method | Description | |
---|---|---|
CreateExtensionCache ( ) : string>.Dictionary |
||
FindKnownMoniker ( string name ) : ImageMoniker? | ||
GetImageFromResources ( string name ) : System.Windows.Media.ImageSource |
public GetFileIcon ( string file ) : System.Windows.Media.ImageSource | ||
file | string | |
return | System.Windows.Media.ImageSource |
public static GetIconForImageMoniker ( ImageMoniker imageMoniker ) : System.Windows.Media.ImageSource | ||
imageMoniker | ImageMoniker | |
return | System.Windows.Media.ImageSource |
public GetImage ( string name ) : System.Windows.Media.ImageSource | ||
name | string | |
return | System.Windows.Media.ImageSource |