3 references to Brush
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3726
case KnownElements.
Brush
: converterId = KnownElements.BrushConverter; break;
5257
case KnownElements.
Brush
: t = _asmCore.GetType("System.Windows.Media.Brush"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
2664
if (objectType == KnownTypes.Types[(int)KnownElements.
Brush
])