1 write to _resetMethod
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
106_resetMethod = GetSpecialMethod("Reset");
3 references to _resetMethod
WindowsBase (3)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (3)
112if (_resetMethod != null) 121_resetMethod.Invoke(null, new object[] {DO}); 125_resetMethod.Invoke(DO, null);