1 write to _underlyingType
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
82_underlyingType = underlyingType;
6 references to _underlyingType
PresentationFramework (6)
System\Windows\Markup\Baml2006\WpfKnownType.cs (6)
263if (typeof(Setter).IsAssignableFrom(_underlyingType)) 267else if (typeof(DataTrigger).IsAssignableFrom(_underlyingType)) 271else if (typeof(Condition).IsAssignableFrom(_underlyingType)) 280if (typeof(Setter).IsAssignableFrom(_underlyingType)) 284else if (typeof(Trigger).IsAssignableFrom(_underlyingType)) 288else if (typeof(Condition).IsAssignableFrom(_underlyingType))