2 references to DocumentReference
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3720bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.DocumentReference(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1236case KnownElements.DocumentReference: o = new System.Windows.Documents.DocumentReference(); break;