3 instantiations of TextElementEditingBehaviorAttribute
PresentationFramework (3)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
35
[
TextElementEditingBehaviorAttribute
(IsMergeable = false, IsTypographicOnly = false)]
src\Framework\System\Windows\Documents\Inline.cs (1)
21
[
TextElementEditingBehaviorAttribute
(IsMergeable = true, IsTypographicOnly = true)]
src\Framework\System\Windows\Documents\InlineUIContainer.cs (1)
22
[
TextElementEditingBehaviorAttribute
(IsMergeable = false)]
15 references to TextElementEditingBehaviorAttribute
PresentationFramework (15)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (9)
249
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(nextElement.GetType(), typeof(
TextElementEditingBehaviorAttribute
));
471
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(thisElement.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
1764
TextElementEditingBehaviorAttribute
behaviorAttribute = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(navigator.ParentType, typeof(
TextElementEditingBehaviorAttribute
));
src\Framework\System\Windows\Documents\TextSchema.cs (3)
289
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(elementType, typeof(
TextElementEditingBehaviorAttribute
));
src\Framework\System\windows\Documents\TextSelection.cs (3)
1492
TextElementEditingBehaviorAttribute
att = (
TextElementEditingBehaviorAttribute
)Attribute.GetCustomAttribute(element.GetType(), typeof(
TextElementEditingBehaviorAttribute
));