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