3 instantiations of LineBreak
PresentationFramework (3)
System\Windows\Documents\TextRangeEdit.cs (1)
697
LineBreak lineBreak = new
LineBreak
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6159
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)
166
else if (element is
LineBreak
)
MS\Internal\Text\ComplexLine.cs (1)
393
if (element is
LineBreak
)
System\Windows\Documents\Paragraph.cs (1)
256
typeof(
LineBreak
).IsAssignableFrom(navigator.ParentType) ||
System\Windows\Documents\TextPointer.cs (1)
1461
/// a <see cref="
LineBreak
"/> element inserted by this method.
System\Windows\Documents\TextPointerBase.cs (3)
651
return IsNextToRichBreak(thisPosition, direction, typeof(
LineBreak
));
1517
Invariant.Assert(lineBreakType == null || lineBreakType == typeof(
LineBreak
) || lineBreakType == typeof(Paragraph));
1527
if (typeof(
LineBreak
).IsAssignableFrom(neighbor) ||
System\Windows\Documents\TextRangeBase.cs (1)
695
else if (typeof(
LineBreak
).IsAssignableFrom(elementType))
System\Windows\Documents\TextRangeEdit.cs (3)
682
if (!TextSchema.IsValidChild(/*position*/position, /*childType*/typeof(
LineBreak
)))
694
Invariant.Assert(TextSchema.IsValidChild(/*position*/position, /*childType*/typeof(
LineBreak
)),
697
LineBreak
lineBreak = new LineBreak();
System\Windows\Documents\TextRangeEditTables.cs (1)
859
if (parent is
LineBreak
|| parent is InlineUIContainer)
System\Windows\Documents\TextSchema.cs (4)
341
typeof(
LineBreak
).IsAssignableFrom(type));
390
else if (typeof(
LineBreak
).IsAssignableFrom(type))
392
return typeof(
LineBreak
);
504
else if (typeof(
LineBreak
).IsAssignableFrom(type))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
447
case 351: t = () => typeof(
LineBreak
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6157
typeof(System.Windows.Documents.
LineBreak
),
System\Windows\Markup\KnownTypes.cs (1)
5905
case KnownElements.LineBreak: t = typeof(System.Windows.Documents.
LineBreak
); break;