1 override of OnAdd
PresentationFramework (1)
System\Windows\Documents\InlineCollection.cs (1)
54internal override int OnAdd(object value)
4 references to OnAdd
PresentationFramework (4)
System\Windows\Documents\InlineCollection.cs (3)
77index = base.OnAdd(value); 211index = base.OnAdd(implicitRun); 244index = base.OnAdd(implicitInlineUIContainer);
System\Windows\Documents\TextElementCollection.cs (1)
423return OnAdd(value);