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