5 references to FindFEF
PresentationFramework (5)
System\Windows\Generated\FrameworkContentElement.cs (1)
574
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\Generated\FrameworkElement.cs (1)
596
FrameworkElementFactory fef = StyleHelper.
FindFEF
(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (3)
1150
childFef = StyleHelper.
FindFEF
(templateRoot, eventTrigger.TriggerChildIndex);
2379
match =
FindFEF
(child, childIndex);
2689
sourceNodeType =
FindFEF
(templateRoot, sourceChildIndex).Type;