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