4 instantiations of InlineCollection
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
428
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)
173
return new
InlineCollection
(this, /*isOwnerParent*/true);
14 references to InlineCollection
PresentationFramework (14)
System\Windows\Controls\TextBlock.cs (1)
424
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)
169
public
InlineCollection
Inlines
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
385
case 291: t = () => typeof(
InlineCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4329
typeof(System.Windows.Documents.
InlineCollection
), // type
5092
typeof(System.Windows.Documents.
InlineCollection
), // type
5245
typeof(System.Windows.Documents.
InlineCollection
), // type
5683
typeof(System.Windows.Documents.
InlineCollection
), // type
6041
typeof(System.Windows.Documents.
InlineCollection
), // type
6306
typeof(System.Windows.Documents.
InlineCollection
), // type
6517
typeof(System.Windows.Documents.
InlineCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5883
typeof(System.Windows.Documents.
InlineCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5839
case KnownElements.InlineCollection: t = typeof(System.Windows.Documents.
InlineCollection
); break;