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