3 references to IsUsableDuringInitialization
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
365
&& lowerFrame.XamlType != null && !lowerFrame.XamlType.
IsUsableDuringInitialization
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1742
if (type.
IsUsableDuringInitialization
&& !inDictionary)
System\Xaml\XamlType.cs (1)
1265
return BaseType.
IsUsableDuringInitialization
;