1 write to ContentWrapper
System.Xaml (1)
System\Windows\Markup\ContentWrapperAttribute.cs (1)
25ContentWrapper = contentWrapper;
6 references to ContentWrapper
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1098wrapperTypes.Add(contentAttribute.ContentWrapper);
System.Xaml (4)
System\Windows\Markup\ContentWrapperAttribute.cs (3)
47ContentWrapper == other.ContentWrapper; 53public override int GetHashCode() => ContentWrapper?.GetHashCode() ?? 0;
System\Xaml\Schema\Reflector.cs (1)
290result.Add((T)(object)attribute.ContentWrapper);
System.Xaml.Tests (1)
System\Windows\Markup\ContentWrapperAttributeTests.cs (1)
18Assert.Equal(contentWrapper, attribute.ContentWrapper);