11 references to GetQuery
PresentationCore (11)
System\Windows\Media\Imaging\BitmapMetadata.cs (11)
1217String[] strAuthors = GetQuery(policy_Author) as String[]; 1243return GetQuery(policy_Title) as String; 1258object rating = GetQuery(policy_Rating); 1280return GetQuery(policy_Subject) as String; 1295return GetQuery(policy_Comment) as String; 1310object fileTime = GetQuery(policy_DateTaken); 1343return GetQuery(policy_ApplicationName) as String; 1358return GetQuery(policy_Copyright) as String; 1373return GetQuery(policy_CameraManufacturer) as String; 1388return GetQuery(policy_CameraModel) as String; 1403String[] strKeywords = GetQuery(policy_Keywords) as String[];