3 instantiations of LineBreak
PresentationFramework (3)
System\Windows\Documents\TextRangeEdit.cs (1)
695
LineBreak lineBreak = new
LineBreak
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6157
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
LineBreak
(); };
System\Windows\Markup\KnownTypes.cs (1)
1366
case KnownElements.LineBreak: o = new System.Windows.Documents.
LineBreak
(); break;
19 references to LineBreak
PresentationFramework (19)
MS\Internal\PtsHost\LineBase.cs (1)
160
else if (element is
LineBreak
)
MS\Internal\Text\ComplexLine.cs (1)
388
if (element is
LineBreak
)
System\Windows\Documents\Paragraph.cs (1)
256
typeof(
LineBreak
).IsAssignableFrom(navigator.ParentType) ||
System\Windows\Documents\TextPointer.cs (1)
1456
/// a <see cref="
LineBreak
"/> element inserted by this method.
System\Windows\Documents\TextPointerBase.cs (3)
649
return IsNextToRichBreak(thisPosition, direction, typeof(
LineBreak
));
1515
Invariant.Assert(lineBreakType == null || lineBreakType == typeof(
LineBreak
) || lineBreakType == typeof(Paragraph));
1525
if (typeof(
LineBreak
).IsAssignableFrom(neighbor) ||
System\Windows\Documents\TextRangeBase.cs (1)
692
else if (typeof(
LineBreak
).IsAssignableFrom(elementType))
System\Windows\Documents\TextRangeEdit.cs (3)
680
if (!TextSchema.IsValidChild(/*position*/position, /*childType*/typeof(
LineBreak
)))
692
Invariant.Assert(TextSchema.IsValidChild(/*position*/position, /*childType*/typeof(
LineBreak
)),
695
LineBreak
lineBreak = new LineBreak();
System\Windows\Documents\TextRangeEditTables.cs (1)
857
if (parent is
LineBreak
|| parent is InlineUIContainer)
System\Windows\Documents\TextSchema.cs (4)
340
typeof(
LineBreak
).IsAssignableFrom(type));
389
else if (typeof(
LineBreak
).IsAssignableFrom(type))
391
return typeof(
LineBreak
);
503
else if (typeof(
LineBreak
).IsAssignableFrom(type))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
445
case 351: t = () => typeof(
LineBreak
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6155
typeof(System.Windows.Documents.
LineBreak
),
System\Windows\Markup\KnownTypes.cs (1)
5905
case KnownElements.LineBreak: t = typeof(System.Windows.Documents.
LineBreak
); break;