15 references to Source
PresentationCore (9)
System\Windows\Media\FontFamilyConverter.cs (4)
52return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 134if (fontFamily.Source != null) 137return fontFamily.Source;
System\Windows\Media\FontFamilyValueSerializer.cs (4)
55return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 64if (fontFamily == null || fontFamily.Source == null) 66return fontFamily.Source;
System\Windows\Media\Typeface.cs (1)
771if (sourceFontFamily != null && sourceFontFamily.Source != null)
PresentationFramework (4)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1270if (fontFamily.Source != null) 1271return fontFamily.Source;
System\Windows\Documents\TextStore.cs (2)
2742if (fontFamily.Source != null) 2743return fontFamily.Source;
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
140string familySource = family.Source; 366return Host.FontFamily.Source;