4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
428return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Inline.cs (1)
58return new InlineCollection(this, /*isOwnerParent*/false);
System\Windows\Documents\Paragraph.cs (1)
75return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Span.cs (1)
173return new InlineCollection(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
424public InlineCollection Inlines
System\Windows\Documents\Inline.cs (1)
49public InlineCollection SiblingInlines
System\Windows\Documents\Paragraph.cs (1)
71public InlineCollection Inlines
System\Windows\Documents\Span.cs (1)
169public InlineCollection Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
385case 291: t = () => typeof(InlineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4329typeof(System.Windows.Documents.InlineCollection), // type 5092typeof(System.Windows.Documents.InlineCollection), // type 5245typeof(System.Windows.Documents.InlineCollection), // type 5683typeof(System.Windows.Documents.InlineCollection), // type 6041typeof(System.Windows.Documents.InlineCollection), // type 6306typeof(System.Windows.Documents.InlineCollection), // type 6517typeof(System.Windows.Documents.InlineCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5883typeof(System.Windows.Documents.InlineCollection),
System\Windows\Markup\KnownTypes.cs (1)
5839case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break;