6 types derived from TileBrush
PresentationCore (6)
Core\CSharp\System\Windows\Media\DrawingBrush.cs (1)
32public sealed partial class DrawingBrush : TileBrush
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
51sealed partial class DrawingBrush : TileBrush
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
51sealed partial class ImageBrush : TileBrush
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
51sealed partial class VisualBrush : TileBrush
Core\CSharp\System\Windows\Media\ImageBrush.cs (1)
38public sealed partial class ImageBrush : TileBrush
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
33public sealed partial class VisualBrush : TileBrush, ICyclicBrush
45 references to TileBrush
PresentationCore (33)
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (30)
65public new TileBrush Clone() 67return (TileBrush)base.Clone(); 74public new TileBrush CloneCurrentValue() 76return (TileBrush)base.CloneCurrentValue(); 92TileBrush target = ((TileBrush) d); 99TileBrush target = ((TileBrush) d); 106TileBrush target = ((TileBrush) d); 113TileBrush target = ((TileBrush) d); 120TileBrush target = ((TileBrush) d); 127TileBrush target = ((TileBrush) d); 134TileBrush target = ((TileBrush) d); 141TileBrush target = ((TileBrush) d); 148TileBrush target = ((TileBrush) d); 155TileBrush target = ((TileBrush) d); 162TileBrush target = ((TileBrush) d); 426typeof(TileBrush), 431typeof(TileBrush), 436typeof(TileBrush), 441Type typeofThis = typeof(TileBrush);
Core\CSharp\System\Windows\Media\RenderOptions.cs (3)
146[AttachedPropertyBrowsableForType(typeof(TileBrush))] 179[AttachedPropertyBrowsableForType(typeof(TileBrush))] 212[AttachedPropertyBrowsableForType(typeof(TileBrush))]
PresentationFramework (12)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
754case 662: t = () => typeof(TileBrush); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
7137Type type = typeof(System.Windows.Media.TileBrush); 7138DependencyProperty dp = System.Windows.Media.TileBrush.TileModeProperty; 7140this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType 7154Type type = typeof(System.Windows.Media.TileBrush); 7155DependencyProperty dp = System.Windows.Media.TileBrush.ViewboxUnitsProperty; 7157this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType 7171Type type = typeof(System.Windows.Media.TileBrush); 7172DependencyProperty dp = System.Windows.Media.TileBrush.ViewportUnitsProperty; 7174this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10247typeof(System.Windows.Media.TileBrush),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6206case KnownElements.TileBrush: t = typeof(System.Windows.Media.TileBrush); break;