2 writes to ParentType
System.Xaml (2)
System\Xaml\XamlException.cs (2)
149ParentType = type; 163ParentType = (XamlType)info.GetValue("ParentType", typeof(XamlType));
5 references to ParentType
System.Xaml (1)
System\Xaml\XamlException.cs (1)
172info.AddValue("ParentType", ParentType);
System.Xaml.Tests (4)
System\Xaml\XamlDuplicateMemberExceptionTests.cs (4)
22Assert.Null(exception.ParentType); 34Assert.Null(exception.ParentType); 58Assert.Equal(type, exception.ParentType); 78Assert.Null(exception.ParentType);