1 write to CloseInput
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
34CloseInput = settings.CloseInput;
4 references to CloseInput
System.Xaml (4)
System\Xaml\InfosetObjects\XamlXmlReader.cs (3)
89bool closeInput = (settings is null) ? true : settings.CloseInput; 123bool closeInput = (settings is not null) && settings.CloseInput; 157bool closeInput = (settings is not null) && settings.CloseInput;
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
34CloseInput = settings.CloseInput;