3 instantiations of TextElementEditingBehaviorAttribute
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (1)
27
[
TextElementEditingBehaviorAttribute
(IsMergeable = false, IsTypographicOnly = false)]
System\Windows\Documents\Inline.cs (1)
16
[
TextElementEditingBehaviorAttribute
(IsMergeable = true, IsTypographicOnly = true)]
System\Windows\Documents\InlineUIContainer.cs (1)
20
[
TextElementEditingBehaviorAttribute
(IsMergeable = false)]
15 references to TextElementEditingBehaviorAttribute
PresentationFramework (15)
System\Windows\Documents\TextRangeSerialization.cs (9)
237
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(nextElement.GetType(), typeof(
TextElementEditingBehaviorAttribute
));
459
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(thisElement.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
1738
TextElementEditingBehaviorAttribute
behaviorAttribute = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(navigator.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
System\Windows\Documents\TextSchema.cs (3)
286
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(elementType, typeof(
TextElementEditingBehaviorAttribute
));
System\windows\Documents\TextSelection.cs (3)
1486
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(element.GetType(), typeof(
TextElementEditingBehaviorAttribute
));