1 override of OnAdd
PresentationFramework (1)
System\Windows\Documents\InlineCollection.cs (1)
52internal override int OnAdd(object value)
4 references to OnAdd
PresentationFramework (4)
System\Windows\Documents\InlineCollection.cs (3)
75index = base.OnAdd(value); 208index = base.OnAdd(implicitRun); 241index = base.OnAdd(implicitInlineUIContainer);
System\Windows\Documents\TextElementCollection.cs (1)
420return OnAdd(value);