4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
440return 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)
183return new InlineCollection(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
436public 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)
179public InlineCollection Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
387case 291: t = () => typeof(InlineCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4115typeof(System.Windows.Documents.InlineCollection), // type 4802typeof(System.Windows.Documents.InlineCollection), // type 4939typeof(System.Windows.Documents.InlineCollection), // type 5333typeof(System.Windows.Documents.InlineCollection), // type 5657typeof(System.Windows.Documents.InlineCollection), // type 5896typeof(System.Windows.Documents.InlineCollection), // type 6085typeof(System.Windows.Documents.InlineCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5399typeof(System.Windows.Documents.InlineCollection),
System\Windows\Markup\KnownTypes.cs (1)
5845case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break;