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