7 references to IsKnownType
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (5)
292else if (TextSchema.IsKnownType(firstInline.GetType()) && TextSchema.IsKnownType(secondInline.GetType()) && 328TextSchema.IsKnownType(inline.Parent.GetType()) && 431else if (parent is Span && TextSchema.IsKnownType(parent.GetType())) 2021if (TextSchema.IsMergeableInline(topmostSpan.GetType()) && TextSchema.IsKnownType(topmostSpan.GetType()) && !HasWriteableLocalPropertyValues(topmostSpan))
System\Windows\Documents\TextRangeSerialization.cs (2)
564bool customTextElement = preserveTextElements && !TextSchema.IsKnownType(elementType); 970!TextSchema.IsKnownType(locallySetProperty.OwnerType))