1 override of OnAdd
PresentationFramework (1)
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
53internal override int OnAdd(object value)
4 references to OnAdd
PresentationFramework (4)
src\Framework\System\Windows\Documents\InlineCollection.cs (3)
77index = base.OnAdd(value); 215index = base.OnAdd(implicitRun); 252index = base.OnAdd(implicitInlineUIContainer);
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
444return OnAdd(value);