11 instantiations of DependsOnAttribute
PresentationFramework (9)
System\Windows\ControlTemplate.cs (2)
101
[
DependsOn
("VisualTree")]
102
[
DependsOn
("Template")]
System\Windows\DataTemplate.cs (2)
87
[
DependsOn
("VisualTree")]
88
[
DependsOn
("Template")]
System\Windows\DataTrigger.cs (1)
55
[
DependsOn
("Binding")]
System\Windows\Setter.cs (2)
160
[System.Windows.Markup.
DependsOn
("Property")]
161
[System.Windows.Markup.
DependsOn
("TargetName")]
System\Windows\Trigger.cs (2)
50
[
DependsOn
("Property")]
51
[
DependsOn
("SourceName")]
System.Xaml.Tests (2)
System\Windows\Markup\DependsOnAttributeTests.cs (2)
16
var attribute = new
DependsOnAttribute
(name);
23
var attribute = new
DependsOnAttribute
("name");
7 references to DependsOnAttribute
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
935
DependsOnAttribute
dependsOn = attribute as
DependsOnAttribute
;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
293
if (attributeType == typeof(
DependsOnAttribute
))
295
foreach (
DependsOnAttribute
attribute in attributes)
System\Xaml\XamlMember.cs (1)
546
List<string> doPropertyNames = _reflector.GetAllAttributeContents<string>(typeof(
DependsOnAttribute
));
System.Xaml.Tests (2)
System\Windows\Markup\DependsOnAttributeTests.cs (2)
16
var
attribute = new DependsOnAttribute(name);
23
var
attribute = new DependsOnAttribute("name");