1 write to _objectType
PresentationFramework (1)
System\Windows\Data\ObjectDataProvider.cs (1)
368_objectType = newType;
14 references to _objectType
PresentationFramework (14)
System\Windows\Data\ObjectDataProvider.cs (14)
93get { return _objectType; } 159Debug.Assert((_objectInstance == null) ? (_objectType == null) : (_objectType == _objectInstance.GetType())); 366if (_objectType != newType) 380if (_mode == SourceMode.NoSource || _objectType == null) 393ConstructorInfo[] ciAry = _objectType.GetConstructors(); 447Debug.Assert(_objectType != null); 453instance = Activator.CreateInstance(_objectType, 0, null, parameters, 489e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSException, _objectType.Name)); 501traceParameters: new object[] { _objectType.Name, error, e }, 520Debug.Assert(_objectType != null); 535data = _objectType.InvokeMember(MethodName, 579e = new InvalidOperationException(SR.Format(SR.ObjectDataProviderNonCLSExceptionInvoke, MethodName, _objectType.Name)); 591traceParameters: new object[] { MethodName, _objectType.Name, error, e },