4 instantiations of InlineCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
458return new InlineCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\Inline.cs (1)
63return new InlineCollection(this, /*isOwnerParent*/false);
src\Framework\System\Windows\Documents\Paragraph.cs (1)
82return new InlineCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\Span.cs (1)
189return new InlineCollection(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
454public InlineCollection Inlines
src\Framework\System\Windows\Documents\Inline.cs (1)
54public InlineCollection SiblingInlines
src\Framework\System\Windows\Documents\Paragraph.cs (1)
78public InlineCollection Inlines
src\Framework\System\Windows\Documents\Span.cs (1)
185public InlineCollection Inlines
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
383case 291: t = () => typeof(InlineCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4090typeof(System.Windows.Documents.InlineCollection), // type 4777typeof(System.Windows.Documents.InlineCollection), // type 4914typeof(System.Windows.Documents.InlineCollection), // type 5308typeof(System.Windows.Documents.InlineCollection), // type 5615typeof(System.Windows.Documents.InlineCollection), // type 5854typeof(System.Windows.Documents.InlineCollection), // type 6043typeof(System.Windows.Documents.InlineCollection), // type
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5395typeof(System.Windows.Documents.InlineCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5835case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.InlineCollection); break;