11 references to GetQuery
PresentationCore (11)
System\Windows\Media\Imaging\BitmapMetadata.cs (11)
1218String[] strAuthors = GetQuery(policy_Author) as String[]; 1244return GetQuery(policy_Title) as String; 1259object rating = GetQuery(policy_Rating); 1281return GetQuery(policy_Subject) as String; 1296return GetQuery(policy_Comment) as String; 1311object fileTime = GetQuery(policy_DateTaken); 1344return GetQuery(policy_ApplicationName) as String; 1359return GetQuery(policy_Copyright) as String; 1374return GetQuery(policy_CameraManufacturer) as String; 1389return GetQuery(policy_CameraModel) as String; 1404String[] strKeywords = GetQuery(policy_Keywords) as String[];