11 references to GetQuery
PresentationCore (11)
System\Windows\Media\Imaging\BitmapMetadata.cs (11)
1232String[] strAuthors = GetQuery(policy_Author) as String[]; 1258return GetQuery(policy_Title) as String; 1273object rating = GetQuery(policy_Rating); 1295return GetQuery(policy_Subject) as String; 1310return GetQuery(policy_Comment) as String; 1325object fileTime = GetQuery(policy_DateTaken); 1357return GetQuery(policy_ApplicationName) as String; 1372return GetQuery(policy_Copyright) as String; 1387return GetQuery(policy_CameraManufacturer) as String; 1402return GetQuery(policy_CameraModel) as String; 1417String[] strKeywords = GetQuery(policy_Keywords) as String[];