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