3 references to Brush
PresentationBuildTasks (3)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3723
case KnownElements.
Brush
: converterId = KnownElements.BrushConverter; break;
5254
case KnownElements.
Brush
: t = _asmCore.GetType("System.Windows.Media.Brush"); break;
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2764
if (objectType == KnownTypes.Types[(int)KnownElements.
Brush
])