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