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