11 references to GetQuery
PresentationCore (11)
System\Windows\Media\Imaging\BitmapMetadata.cs (11)
1243String[] strAuthors = GetQuery(policy_Author) as String[]; 1269return GetQuery(policy_Title) as String; 1284object rating = GetQuery(policy_Rating); 1306return GetQuery(policy_Subject) as String; 1321return GetQuery(policy_Comment) as String; 1336object fileTime = GetQuery(policy_DateTaken); 1368return GetQuery(policy_ApplicationName) as String; 1383return GetQuery(policy_Copyright) as String; 1398return GetQuery(policy_CameraManufacturer) as String; 1413return GetQuery(policy_CameraModel) as String; 1428String[] strKeywords = GetQuery(policy_Keywords) as String[];