3 references to Cast
PresentationFramework (3)
System\Windows\Controls\UIElementCollection.cs (3)
403
return Add(
Cast
(value));
427
Insert(index,
Cast
(value));
463
this[index] =
Cast
(value);