1 override of OnAdd
PresentationFramework (1)
System\Windows\Documents\InlineCollection.cs (1)
53internal override int OnAdd(object value)
4 references to OnAdd
PresentationFramework (4)
System\Windows\Documents\InlineCollection.cs (3)
76index = base.OnAdd(value); 209index = base.OnAdd(implicitRun); 242index = base.OnAdd(implicitInlineUIContainer);
System\Windows\Documents\TextElementCollection.cs (1)
421return OnAdd(value);