13 references to Source
PresentationCore (9)
Core\CSharp\System\Windows\Media\FontFamilyConverter.cs (4)
69return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 157if (fontFamily.Source != null) 160return fontFamily.Source;
Core\CSharp\System\Windows\Media\FontFamilyValueSerializer.cs (4)
58return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 67if (fontFamily == null || fontFamily.Source == null) 69return fontFamily.Source;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
786if (sourceFontFamily != null && sourceFontFamily.Source != null)
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
1281if (fontFamily.Source != null) 1282return fontFamily.Source;
src\Framework\System\Windows\Documents\TextStore.cs (2)
2632if (fontFamily.Source != null) 2633return fontFamily.Source;