3 references to IsUsableDuringInitialization
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
362
&& lowerFrame.XamlType is not null && !lowerFrame.XamlType.
IsUsableDuringInitialization
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1740
if (type.
IsUsableDuringInitialization
&& !inDictionary)
System\Xaml\XamlType.cs (1)
1262
return BaseType.
IsUsableDuringInitialization
;