6 types derived from TileBrush
PresentationCore (6)
System\Windows\Media\DrawingBrush.cs (1)
16public sealed partial class DrawingBrush : TileBrush
System\Windows\Media\Generated\DrawingBrush.cs (1)
27public sealed partial class DrawingBrush : TileBrush
System\Windows\Media\Generated\ImageBrush.cs (1)
27public sealed partial class ImageBrush : TileBrush
System\Windows\Media\Generated\VisualBrush.cs (1)
27public sealed partial class VisualBrush : TileBrush
System\Windows\Media\ImageBrush.cs (1)
16public sealed partial class ImageBrush : TileBrush
System\Windows\Media\VisualBrush.cs (1)
22public sealed partial class VisualBrush : TileBrush, ICyclicBrush
85 references to TileBrush
PresentationCore (33)
System\Windows\Media\Generated\TileBrush.cs (30)
41public new TileBrush Clone() 43return (TileBrush)base.Clone(); 50public new TileBrush CloneCurrentValue() 52return (TileBrush)base.CloneCurrentValue(); 68TileBrush target = ((TileBrush) d); 75TileBrush target = ((TileBrush) d); 82TileBrush target = ((TileBrush) d); 89TileBrush target = ((TileBrush) d); 96TileBrush target = ((TileBrush) d); 103TileBrush target = ((TileBrush) d); 110TileBrush target = ((TileBrush) d); 117TileBrush target = ((TileBrush) d); 124TileBrush target = ((TileBrush) d); 131TileBrush target = ((TileBrush) d); 138TileBrush target = ((TileBrush) d); 401typeof(TileBrush), 406typeof(TileBrush), 411typeof(TileBrush), 416Type typeofThis = typeof(TileBrush);
System\Windows\Media\RenderOptions.cs (3)
140[AttachedPropertyBrowsableForType(typeof(TileBrush))] 173[AttachedPropertyBrowsableForType(typeof(TileBrush))] 206[AttachedPropertyBrowsableForType(typeof(TileBrush))]
PresentationFramework (12)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
755case 662: t = () => typeof(TileBrush); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
7732Type type = typeof(System.Windows.Media.TileBrush); 7733DependencyProperty dp = System.Windows.Media.TileBrush.TileModeProperty; 7735this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType 7751Type type = typeof(System.Windows.Media.TileBrush); 7752DependencyProperty dp = System.Windows.Media.TileBrush.ViewboxUnitsProperty; 7754this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType 7770Type type = typeof(System.Windows.Media.TileBrush); 7771DependencyProperty dp = System.Windows.Media.TileBrush.ViewportUnitsProperty; 7773this.GetXamlType(typeof(System.Windows.Media.TileBrush)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11372typeof(System.Windows.Media.TileBrush),
System\Windows\Markup\KnownTypes.cs (1)
6209case KnownElements.TileBrush: t = typeof(System.Windows.Media.TileBrush); break;
ReachFramework (40)
AlphaFlattener\BrushProxy.cs (22)
425if (_brush is TileBrush) 427TileBrush tb = _brush as TileBrush; 626if (_brush is TileBrush) 628TileBrush tb = _brush as TileBrush; 1189TileBrush tileBrush = (TileBrush)Brush; 1222TileBrush tileBrush = Brush as TileBrush; 1728internal static bool IsTileCompleteCover(TileBrush brush) 2197TileBrush tA = brushA as TileBrush; 2217TileBrush tB = brushB as TileBrush; 2694TileBrush tb = brushProxy.Brush as TileBrush; 2893TileBrush tileBrush = brush as TileBrush; 3318if (brushB.Brush is TileBrush && !brushB._opacityOnly) 3320TileBrush tileBrush = (TileBrush)brushB.Brush;
AlphaFlattener\ImageProxy.cs (2)
164TileBrush opacityBrush = opacityMask.Brush as TileBrush;
AlphaFlattener\Primitive.cs (6)
698TileBrush brush, 1349if ((Pen != null) && (Pen.StrokeBrush.Brush is TileBrush)) 1363TileBrush tb = Brush.Brush as TileBrush; 1375tb = Brush.Brush as TileBrush; 2200if (!(bp.Brush is TileBrush))
AlphaFlattener\Utility.cs (7)
1488if (! (bp.Brush as TileBrush).Viewport.Contains(maskBounds)) 1539public static Rect GetTileContentBounds(TileBrush brush) 1607public static Rect GetTileAbsoluteViewbox(TileBrush brush) 1635public static Rect GetTileAbsoluteViewport(TileBrush brush, Rect bounds) 1666public static Matrix CreateViewboxToViewportTransform(TileBrush brush, Rect viewbox, Rect viewport) 1729public static Matrix CreateViewboxToViewportTransform(TileBrush brush) 1748public static Matrix CreateViewboxToViewportTransform(TileBrush brush, Rect bounds)
Serialization\VisualSerializer.cs (3)
417private void WriteTileBrush(string element, TileBrush brush, Rect bounds) 1724TileBrush tb = b as TileBrush;