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