Variable FileDialog._filters

class FileDialog
{
  // ...
  FileFilterEntry[] _filters;
  // ...
}