WPF: Pack URIs: what's the point of all the commas?
WPF uses “pack” URI schema to point to resources. An absolute pack URI looks like this: pack://application:,,,/ResourceFile.xaml The schema is described in this MSDN article and they claim the URIs […]