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