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