11 references to GetQuery
PresentationCore (11)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (11)
1387String[] strAuthors = GetQuery(policy_Author) as String[]; 1413return GetQuery(policy_Title) as String; 1428object rating = GetQuery(policy_Rating); 1450return GetQuery(policy_Subject) as String; 1465return GetQuery(policy_Comment) as String; 1480object fileTime = GetQuery(policy_DateTaken); 1512return GetQuery(policy_ApplicationName) as String; 1527return GetQuery(policy_Copyright) as String; 1542return GetQuery(policy_CameraManufacturer) as String; 1557return GetQuery(policy_CameraModel) as String; 1572String[] strKeywords = GetQuery(policy_Keywords) as String[];