3 instantiations of TextElementEditingBehaviorAttribute
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (1)
26
[
TextElementEditingBehaviorAttribute
(IsMergeable = false, IsTypographicOnly = false)]
System\Windows\Documents\Inline.cs (1)
15
[
TextElementEditingBehaviorAttribute
(IsMergeable = true, IsTypographicOnly = true)]
System\Windows\Documents\InlineUIContainer.cs (1)
19
[
TextElementEditingBehaviorAttribute
(IsMergeable = false)]
15 references to TextElementEditingBehaviorAttribute
PresentationFramework (15)
System\Windows\Documents\TextRangeSerialization.cs (9)
236
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(nextElement.GetType(), typeof(
TextElementEditingBehaviorAttribute
));
458
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(thisElement.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
1737
TextElementEditingBehaviorAttribute
behaviorAttribute = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(navigator.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
System\Windows\Documents\TextSchema.cs (3)
285
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(elementType, typeof(
TextElementEditingBehaviorAttribute
));
System\windows\Documents\TextSelection.cs (3)
1470
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(element.GetType(), typeof(
TextElementEditingBehaviorAttribute
));