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