15 references to Source
PresentationCore (9)
System\Windows\Media\FontFamilyConverter.cs (4)
45return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 127if (fontFamily.Source != null) 130return fontFamily.Source;
System\Windows\Media\FontFamilyValueSerializer.cs (4)
48return fontFamily != null && fontFamily.Source != null && fontFamily.Source.Length != 0; 57if (fontFamily == null || fontFamily.Source == null) 59return fontFamily.Source;
System\Windows\Media\Typeface.cs (1)
770if (sourceFontFamily != null && sourceFontFamily.Source != null)
PresentationFramework (4)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1269if (fontFamily.Source != null) 1270return fontFamily.Source;
System\Windows\Documents\TextStore.cs (2)
2735if (fontFamily.Source != null) 2736return fontFamily.Source;
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
139string familySource = family.Source; 365return Host.FontFamily.Source;