2 instantiations of DocumentReference
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3720
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
DocumentReference
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1236
case KnownElements.DocumentReference: o = new System.Windows.Documents.
DocumentReference
(); break;
42 references to DocumentReference
PresentationFramework (42)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (3)
58
internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer,
DocumentReference
docRef)
142
internal
DocumentReference
DocRef
278
private readonly
DocumentReference
_docRef; // Reference to the sub-document
src\Framework\System\Windows\Documents\DocumentReference.cs (3)
150
typeof(
DocumentReference
),
159
DocumentReference
docRef = (
DocumentReference
)d;
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (9)
28
public sealed class DocumentReferenceCollection : IEnumerable<
DocumentReference
>, INotifyCollectionChanged
54
public IEnumerator<
DocumentReference
> GetEnumerator()
62
return ((IEnumerable<
DocumentReference
>)this).GetEnumerator();
71
public void Add(
DocumentReference
item)
83
public void CopyTo(
DocumentReference
[] array, int arrayIndex)
106
public
DocumentReference
this[int index]
145
private IList<
DocumentReference
> _InternalList
151
_internalList = new List<
DocumentReference
>();
187
private List<
DocumentReference
> _internalList;
src\Framework\System\Windows\Documents\DocumentSequence.cs (19)
120
DocumentReference
docRef = value as
DocumentReference
;
124
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(
DocumentReference
)), "value");
199
foreach (
DocumentReference
docRef in References)
229
DocumentReference
[] docArray = new
DocumentReference
[_references.Count];
403
foreach (
DocumentReference
docRef in References)
442
foreach (
DocumentReference
docRef in References)
475
foreach (
DocumentReference
docRef in References)
592
internal DynamicDocumentPaginator GetPaginator(
DocumentReference
docRef)
633
foreach (
DocumentReference
docRef in References)
707
foreach (
DocumentReference
docRef in References)
742
DocumentReference
docRef = (
DocumentReference
)sender;
771
DynamicDocumentPaginator paginator = GetPaginator((
DocumentReference
)item);
799
foreach (
DocumentReference
docRef in References)
983
private
DocumentReference
_partialRef; // uninitialized doc that is currently parsed.
1196
internal
DocumentReference
ChildDocumentReference
1200
foreach (
DocumentReference
docRef in _fixedDocumentSequence.References)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
403
internal ChildDocumentBlock FindChildBlock(
DocumentReference
docRef)
534
foreach (
DocumentReference
docRef in _parent.References)
632
ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (
DocumentReference
)item);
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
837
internal
DocumentReference
DocumentReference
1347
private
DocumentReference
_documentReference;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
257
case 165: t = () => typeof(
DocumentReference
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3718
typeof(System.Windows.Documents.
DocumentReference
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5709
case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.
DocumentReference
); break;