6 types derived from TileBrush
PresentationCore (6)
System\Windows\Media\DrawingBrush.cs (1)
28
public sealed partial class DrawingBrush :
TileBrush
System\Windows\Media\Generated\DrawingBrush.cs (1)
45
sealed partial class DrawingBrush :
TileBrush
System\Windows\Media\Generated\ImageBrush.cs (1)
45
sealed partial class ImageBrush :
TileBrush
System\Windows\Media\Generated\VisualBrush.cs (1)
45
sealed partial class VisualBrush :
TileBrush
System\Windows\Media\ImageBrush.cs (1)
33
public sealed partial class ImageBrush :
TileBrush
System\Windows\Media\VisualBrush.cs (1)
32
public sealed partial class VisualBrush :
TileBrush
, ICyclicBrush
85 references to TileBrush
PresentationCore (33)
System\Windows\Media\Generated\TileBrush.cs (30)
59
public new
TileBrush
Clone()
61
return (
TileBrush
)base.Clone();
68
public new
TileBrush
CloneCurrentValue()
70
return (
TileBrush
)base.CloneCurrentValue();
86
TileBrush
target = ((
TileBrush
) d);
93
TileBrush
target = ((
TileBrush
) d);
100
TileBrush
target = ((
TileBrush
) d);
107
TileBrush
target = ((
TileBrush
) d);
114
TileBrush
target = ((
TileBrush
) d);
121
TileBrush
target = ((
TileBrush
) d);
128
TileBrush
target = ((
TileBrush
) d);
135
TileBrush
target = ((
TileBrush
) d);
142
TileBrush
target = ((
TileBrush
) d);
149
TileBrush
target = ((
TileBrush
) d);
156
TileBrush
target = ((
TileBrush
) d);
420
typeof(
TileBrush
),
425
typeof(
TileBrush
),
430
typeof(
TileBrush
),
435
Type typeofThis = typeof(
TileBrush
);
System\Windows\Media\RenderOptions.cs (3)
145
[AttachedPropertyBrowsableForType(typeof(
TileBrush
))]
178
[AttachedPropertyBrowsableForType(typeof(
TileBrush
))]
211
[AttachedPropertyBrowsableForType(typeof(
TileBrush
))]
PresentationFramework (12)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
758
case 662: t = () => typeof(
TileBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
7179
Type type = typeof(System.Windows.Media.
TileBrush
);
7180
DependencyProperty dp = System.Windows.Media.
TileBrush
.TileModeProperty;
7182
this.GetXamlType(typeof(System.Windows.Media.
TileBrush
)), // DeclaringType
7196
Type type = typeof(System.Windows.Media.
TileBrush
);
7197
DependencyProperty dp = System.Windows.Media.
TileBrush
.ViewboxUnitsProperty;
7199
this.GetXamlType(typeof(System.Windows.Media.
TileBrush
)), // DeclaringType
7213
Type type = typeof(System.Windows.Media.
TileBrush
);
7214
DependencyProperty dp = System.Windows.Media.
TileBrush
.ViewportUnitsProperty;
7216
this.GetXamlType(typeof(System.Windows.Media.
TileBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10251
typeof(System.Windows.Media.
TileBrush
),
System\Windows\Markup\KnownTypes.cs (1)
6216
case KnownElements.TileBrush: t = typeof(System.Windows.Media.
TileBrush
); break;
ReachFramework (40)
AlphaFlattener\BrushProxy.cs (22)
429
if (_brush is
TileBrush
)
431
TileBrush
tb = _brush as
TileBrush
;
630
if (_brush is
TileBrush
)
632
TileBrush
tb = _brush as
TileBrush
;
1196
TileBrush
tileBrush = (
TileBrush
)Brush;
1229
TileBrush
tileBrush = Brush as
TileBrush
;
1734
internal static bool IsTileCompleteCover(
TileBrush
brush)
2203
TileBrush
tA = brushA as
TileBrush
;
2223
TileBrush
tB = brushB as
TileBrush
;
2699
TileBrush
tb = brushProxy.Brush as
TileBrush
;
2898
TileBrush
tileBrush = brush as
TileBrush
;
3320
if (brushB.Brush is
TileBrush
&& !brushB._opacityOnly)
3322
TileBrush
tileBrush = (
TileBrush
)brushB.Brush;
AlphaFlattener\ImageProxy.cs (2)
172
TileBrush
opacityBrush = opacityMask.Brush as
TileBrush
;
AlphaFlattener\Primitive.cs (6)
700
TileBrush
brush,
1356
if ((Pen != null) && (Pen.StrokeBrush.Brush is
TileBrush
))
1370
TileBrush
tb = Brush.Brush as
TileBrush
;
1382
tb = Brush.Brush as
TileBrush
;
2200
if (!(bp.Brush is
TileBrush
))
AlphaFlattener\Utility.cs (7)
1500
if (! (bp.Brush as
TileBrush
).Viewport.Contains(maskBounds))
1550
public static Rect GetTileContentBounds(
TileBrush
brush)
1618
public static Rect GetTileAbsoluteViewbox(
TileBrush
brush)
1646
public static Rect GetTileAbsoluteViewport(
TileBrush
brush, Rect bounds)
1677
public static Matrix CreateViewboxToViewportTransform(
TileBrush
brush, Rect viewbox, Rect viewport)
1740
public static Matrix CreateViewboxToViewportTransform(
TileBrush
brush)
1759
public static Matrix CreateViewboxToViewportTransform(
TileBrush
brush, Rect bounds)
Serialization\VisualSerializer.cs (3)
426
private void WriteTileBrush(string element,
TileBrush
brush, Rect bounds)
1732
TileBrush
tb = b as
TileBrush
;