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