3 instantiations of TextElementEditingBehaviorAttribute
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (1)
33[TextElementEditingBehaviorAttribute(IsMergeable = false, IsTypographicOnly = false)]
System\Windows\Documents\Inline.cs (1)
16[TextElementEditingBehaviorAttribute(IsMergeable = true, IsTypographicOnly = true)]
System\Windows\Documents\InlineUIContainer.cs (1)
22[TextElementEditingBehaviorAttribute(IsMergeable = false)]
15 references to TextElementEditingBehaviorAttribute
PresentationFramework (15)
System\Windows\Documents\TextRangeSerialization.cs (9)
243TextElementEditingBehaviorAttribute att = (TextElementEditingBehaviorAttribute)Attribute.GetCustomAttribute(nextElement.GetType(), typeof(TextElementEditingBehaviorAttribute)); 465TextElementEditingBehaviorAttribute att = (TextElementEditingBehaviorAttribute)Attribute.GetCustomAttribute(thisElement.ParentType, typeof(TextElementEditingBehaviorAttribute)); 1744TextElementEditingBehaviorAttribute behaviorAttribute = (TextElementEditingBehaviorAttribute)Attribute.GetCustomAttribute(navigator.ParentType, typeof(TextElementEditingBehaviorAttribute));
System\Windows\Documents\TextSchema.cs (3)
287TextElementEditingBehaviorAttribute att = (TextElementEditingBehaviorAttribute)Attribute.GetCustomAttribute(elementType, typeof(TextElementEditingBehaviorAttribute));
System\windows\Documents\TextSelection.cs (3)
1489TextElementEditingBehaviorAttribute att = (TextElementEditingBehaviorAttribute)Attribute.GetCustomAttribute(element.GetType(), typeof(TextElementEditingBehaviorAttribute));