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