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