2 writes to _wpfFontFileLoader
PresentationCore (2)
MS\Internal\Text\TextInterface\Factory.cs (2)
54
_wpfFontFileLoader
= new FontFileLoader(fontSourceFactory);
372
_managedFactory.
_wpfFontFileLoader
= null;
4 references to _wpfFontFileLoader
PresentationCore (4)
MS\Internal\Text\TextInterface\Factory.cs (4)
57
_wpfFontFileLoader
63
_wpfFontFileLoader
,
144
int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)_factory.Value,
_wpfFontFileLoader
, filePathUri, &dwriteFontFile);
363
FontFileLoader wpfFontFileLoader = _managedFactory.
_wpfFontFileLoader
;