1 write to _underlyingType
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
85_underlyingType = underlyingType;
6 references to _underlyingType
PresentationFramework (6)
System\Windows\Markup\Baml2006\WpfKnownType.cs (6)
266if (typeof(Setter).IsAssignableFrom(_underlyingType)) 270else if (typeof(DataTrigger).IsAssignableFrom(_underlyingType)) 274else if (typeof(Condition).IsAssignableFrom(_underlyingType)) 283if (typeof(Setter).IsAssignableFrom(_underlyingType)) 287else if (typeof(Trigger).IsAssignableFrom(_underlyingType)) 291else if (typeof(Condition).IsAssignableFrom(_underlyingType))