7 references to IsKnownType
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (5)
293
else if (TextSchema.
IsKnownType
(firstInline.GetType()) && TextSchema.
IsKnownType
(secondInline.GetType()) &&
329
TextSchema.
IsKnownType
(inline.Parent.GetType()) &&
432
else if (parent is Span && TextSchema.
IsKnownType
(parent.GetType()))
2022
if (TextSchema.IsMergeableInline(topmostSpan.GetType()) && TextSchema.
IsKnownType
(topmostSpan.GetType()) && !HasWriteableLocalPropertyValues(topmostSpan))
System\Windows\Documents\TextRangeSerialization.cs (2)
565
bool customTextElement = preserveTextElements && !TextSchema.
IsKnownType
(elementType);
971
!TextSchema.
IsKnownType
(locallySetProperty.OwnerType))