3 instantiations of DirectionalLight
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
128
return new
DirectionalLight
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3411
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
DirectionalLight
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1211
case KnownElements.DirectionalLight: o = new System.Windows.Media.Media3D.
DirectionalLight
(); break;
10 references to DirectionalLight
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (7)
61
public new
DirectionalLight
Clone()
63
return (
DirectionalLight
)base.Clone();
70
public new
DirectionalLight
CloneCurrentValue()
72
return (
DirectionalLight
)base.CloneCurrentValue();
88
DirectionalLight
target = ((
DirectionalLight
) d);
319
Type typeofThis = typeof(
DirectionalLight
);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
232
case 140: t = () => typeof(
DirectionalLight
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3409
typeof(System.Windows.Media.Media3D.
DirectionalLight
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5684
case KnownElements.DirectionalLight: t = typeof(System.Windows.Media.Media3D.
DirectionalLight
); break;