4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
427return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Inline.cs (1)
57return new InlineCollection(this, /*isOwnerParent*/false);
System\Windows\Documents\Paragraph.cs (1)
74return new InlineCollection(this, /*isOwnerParent*/true);
System\Windows\Documents\Span.cs (1)
172return new InlineCollection(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
423public InlineCollection Inlines
System\Windows\Documents\Inline.cs (1)
48public InlineCollection SiblingInlines
System\Windows\Documents\Paragraph.cs (1)
70public InlineCollection Inlines
System\Windows\Documents\Span.cs (1)
168public InlineCollection Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
384case 291: t = () => typeof(InlineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4328typeof(System.Windows.Documents.InlineCollection), // type 5091typeof(System.Windows.Documents.InlineCollection), // type 5244typeof(System.Windows.Documents.InlineCollection), // type 5682typeof(System.Windows.Documents.InlineCollection), // type 6040typeof(System.Windows.Documents.InlineCollection), // type 6305typeof(System.Windows.Documents.InlineCollection), // type 6516typeof(System.Windows.Documents.InlineCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5882typeof(System.Windows.Documents.InlineCollection),
System\Windows\Markup\KnownTypes.cs (1)
5838case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break;