4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
430return 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)
182return new InlineCollection(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
426public 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)
178public InlineCollection Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
385case 291: t = () => typeof(InlineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4113typeof(System.Windows.Documents.InlineCollection), // type 4800typeof(System.Windows.Documents.InlineCollection), // type 4937typeof(System.Windows.Documents.InlineCollection), // type 5331typeof(System.Windows.Documents.InlineCollection), // type 5655typeof(System.Windows.Documents.InlineCollection), // type 5894typeof(System.Windows.Documents.InlineCollection), // type 6083typeof(System.Windows.Documents.InlineCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5397typeof(System.Windows.Documents.InlineCollection),
System\Windows\Markup\KnownTypes.cs (1)
5845case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break;