3 references to _predefinedNamespaces
PresentationFramework (3)
System\Windows\Documents\FixedSchema.cs (3)
91string [] predefinedNamespaces = _predefinedNamespaces; 94predefinedNamespaces = new string[_predefinedNamespaces.Length + 1]; 96_predefinedNamespaces.CopyTo(predefinedNamespaces, 1);