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