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