8 references to DeferringLoader
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (2)
1024if (templateReader.Member.DeferringLoader != null) 1031if (Names.CurrentFrame.Property.DeferringLoader != null)
System.Xaml (6)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
142if (property.DeferringLoader is not null)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
392Debug.Assert(_context.CurrentProperty.DeferringLoader is not null); 811Debug.Assert(_context.CurrentProperty.DeferringLoader is not null); 1307XamlValueConverter<XamlDeferringLoader> deferringLoader = property.DeferringLoader;
System\Xaml\XamlObjectReader.cs (2)
845xamlProperty is not null && xamlProperty.DeferringLoader is not null, 858valueInfo = ConvertToXamlReader(propertyValue, xamlProperty.DeferringLoader, context);