5 references to FindFEF
PresentationFramework (5)
System\Windows\Generated\FrameworkContentElement.cs (1)
571
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\Generated\FrameworkElement.cs (1)
593
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (3)
1148
childFef = StyleHelper.
FindFEF
(templateRoot, eventTrigger.TriggerChildIndex);
2374
match =
FindFEF
(child, childIndex);
2684
sourceNodeType =
FindFEF
(templateRoot, sourceChildIndex).Type;