18 references to Inlines
PresentationFramework (18)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
167link.Inlines.Add(inlineContainer);
System\Windows\Documents\Span.cs (1)
64this.Inlines.Add(childInline);
System\Windows\Documents\TextRangeEdit.cs (10)
933firstChild = ((Span)firstChild).Inlines.FirstInline; 934lastChild = ((Span)lastChild).Inlines.LastInline; 981if (span == null || span.Inlines.FirstInline != firstChild || span.Inlines.LastInline != lastChild) 2007parent.Inlines.FirstInline == parent.Inlines.LastInline) 2014while (topmostSpan != null && topmostSpan.Inlines.FirstInline == topmostSpan.Inlines.LastInline) 2016Inline child = (Inline)topmostSpan.Inlines.FirstInline; 2058Span nextSpan = parent.Inlines.FirstInline as Span;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4333GetDelegate = delegate (object target) { return ((System.Windows.Documents.Bold)target).Inlines; }, 5096GetDelegate = delegate (object target) { return ((System.Windows.Documents.Hyperlink)target).Inlines; }, 5249GetDelegate = delegate (object target) { return ((System.Windows.Documents.Italic)target).Inlines; }, 6045GetDelegate = delegate (object target) { return ((System.Windows.Documents.Span)target).Inlines; }, 6521GetDelegate = delegate (object target) { return ((System.Windows.Documents.Underline)target).Inlines; },
System\Windows\Markup\KnownTypes.cs (1)
2458return (o as System.Windows.Documents.Span).Inlines;