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