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)
88bool closeInput = (settings is null) ? true : settings.CloseInput; 122bool closeInput = (settings is not null) && settings.CloseInput; 156bool closeInput = (settings is not null) && settings.CloseInput;
System\Xaml\InfosetObjects\XamlXmlReaderSettings.cs (1)
34CloseInput = settings.CloseInput;