2 writes to _wpfFontFileLoader
PresentationCore (2)
MS\Internal\Text\TextInterface\Factory.cs (2)
53
_wpfFontFileLoader
= new FontFileLoader(fontSourceFactory);
371
_managedFactory.
_wpfFontFileLoader
= null;
4 references to _wpfFontFileLoader
PresentationCore (4)
MS\Internal\Text\TextInterface\Factory.cs (4)
56
_wpfFontFileLoader
62
_wpfFontFileLoader
,
143
int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)_factory.Value,
_wpfFontFileLoader
, filePathUri, &dwriteFontFile);
362
FontFileLoader wpfFontFileLoader = _managedFactory.
_wpfFontFileLoader
;