9 instantiations of DependsOnAttribute
PresentationFramework (9)
System\Windows\ControlTemplate.cs (2)
100
[
DependsOn
("VisualTree")]
101
[
DependsOn
("Template")]
System\Windows\DataTemplate.cs (2)
86
[
DependsOn
("VisualTree")]
87
[
DependsOn
("Template")]
System\Windows\DataTrigger.cs (1)
54
[
DependsOn
("Binding")]
System\Windows\Setter.cs (2)
150
[System.Windows.Markup.
DependsOn
("Property")]
151
[System.Windows.Markup.
DependsOn
("TargetName")]
System\Windows\Trigger.cs (2)
49
[
DependsOn
("Property")]
50
[
DependsOn
("SourceName")]
5 references to DependsOnAttribute
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
937
DependsOnAttribute
dependsOn = attribute as
DependsOnAttribute
;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
320
if (attributeType == typeof(
DependsOnAttribute
))
322
foreach (
DependsOnAttribute
attribute in attributes)
System\Xaml\XamlMember.cs (1)
572
List<string> doPropertyNames = _reflector.GetAllAttributeContents<string>(typeof(
DependsOnAttribute
));