5 references to FindFEF
PresentationFramework (5)
System\Windows\Generated\FrameworkContentElement.cs (1)
580
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\Generated\FrameworkElement.cs (1)
602
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (3)
1156
childFef = StyleHelper.
FindFEF
(templateRoot, eventTrigger.TriggerChildIndex);
2385
match =
FindFEF
(child, childIndex);
2695
sourceNodeType =
FindFEF
(templateRoot, sourceChildIndex).Type;