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)
243
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(nextElement.GetType(), typeof(
TextElementEditingBehaviorAttribute
));
465
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(thisElement.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
1744
TextElementEditingBehaviorAttribute
behaviorAttribute = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(navigator.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
System\Windows\Documents\TextSchema.cs (3)
287
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(elementType, typeof(
TextElementEditingBehaviorAttribute
));
System\windows\Documents\TextSelection.cs (3)
1489
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(element.GetType(), typeof(
TextElementEditingBehaviorAttribute
));