3 instantiations of DirectionalLight
PresentationCore (1)
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
122
return new
DirectionalLight
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3415
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
DirectionalLight
(); };
System\Windows\Markup\KnownTypes.cs (1)
1210
case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.
DirectionalLight
(); break;
10 references to DirectionalLight
PresentationCore (7)
System\Windows\Media3D\Generated\DirectionalLight.cs (7)
55
public new
DirectionalLight
Clone()
57
return (
DirectionalLight
)base.Clone();
64
public new
DirectionalLight
CloneCurrentValue()
66
return (
DirectionalLight
)base.CloneCurrentValue();
82
DirectionalLight
target = ((
DirectionalLight
) d);
302
Type typeofThis = typeof(
DirectionalLight
);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
236
case 140: t = () => typeof(
DirectionalLight
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3413
typeof(System.Windows.Media.Media3D.
DirectionalLight
),
System\Windows\Markup\KnownTypes.cs (1)
5694
case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.
DirectionalLight
); break;