1 type derived from DynamicObject
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
46public sealed class DynamicScriptObject : DynamicObject
10 references to DynamicObject
System.Core (10)
Microsoft\Scripting\Actions\DynamicObject.cs (10)
230internal MetaDynamic(Expression expression, DynamicObject value) 561typeof(DynamicObject).GetMethod(methodName), 618typeof(DynamicObject).GetMethod(methodName), 678typeof(DynamicObject).GetMethod(methodName), 717if (mi.DeclaringType != typeof(DynamicObject) && mi.GetBaseDefinition().DeclaringType == typeof(DynamicObject)) { 741if (TypeUtils.AreEquivalent(Expression.Type, typeof(DynamicObject))) { 744return Expression.Convert(Expression, typeof(DynamicObject)); 747private new DynamicObject Value { 749return (DynamicObject)base.Value;