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