4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
427
return new
InlineCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\Inline.cs (1)
57
return new
InlineCollection
(this, /*isOwnerParent*/false);
System\Windows\Documents\Paragraph.cs (1)
74
return new
InlineCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\Span.cs (1)
172
return new
InlineCollection
(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
423
public
InlineCollection
Inlines
System\Windows\Documents\Inline.cs (1)
48
public
InlineCollection
SiblingInlines
System\Windows\Documents\Paragraph.cs (1)
70
public
InlineCollection
Inlines
System\Windows\Documents\Span.cs (1)
168
public
InlineCollection
Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
384
case 291: t = () => typeof(
InlineCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4328
typeof(System.Windows.Documents.
InlineCollection
), // type
5091
typeof(System.Windows.Documents.
InlineCollection
), // type
5244
typeof(System.Windows.Documents.
InlineCollection
), // type
5682
typeof(System.Windows.Documents.
InlineCollection
), // type
6040
typeof(System.Windows.Documents.
InlineCollection
), // type
6305
typeof(System.Windows.Documents.
InlineCollection
), // type
6516
typeof(System.Windows.Documents.
InlineCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5882
typeof(System.Windows.Documents.
InlineCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5838
case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.
InlineCollection
); break;