18 references to DType
PresentationFramework (18)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
265FrameworkElement.DType.IsInstanceOfType(parent) ||
src\Framework\MS\Internal\FrameworkObject.cs (2)
62if (FrameworkElement.DType.IsInstanceOfType(d)) 104if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\MS\Internal\Helper.cs (1)
300if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
79if (FrameworkElement.DType.IsInstanceOfType(startNode) || FrameworkContentElement.DType.IsInstanceOfType(startNode))
src\Framework\System\Windows\BroadcastEventHelper.cs (4)
292if (FrameworkElement.DType.IsInstanceOfType(d)) 421if (FrameworkElement.DType.IsInstanceOfType(d)) 434if (FrameworkElement.DType.IsInstanceOfType(d)) 446if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalker.cs (4)
55if (FrameworkElement.DType.IsInstanceOfType(_startNode) || 78if (FrameworkElement.DType.IsInstanceOfType(d)) 323if (child != null && FrameworkElement.DType.IsInstanceOfType(child)) 403if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
37if (FrameworkElement.DType.IsInstanceOfType(ancestor))
src\Framework\System\Windows\FrameworkElement.cs (1)
2233if(FrameworkElement.DType.IsInstanceOfType(layoutParent))
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
931if( FrameworkElement.DType.IsInstanceOfType(targetObject) )
src\Framework\System\Windows\StyleHelper.cs (1)
2336if (FrameworkElement.DType.IsInstanceOfType(d))
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1009if (visitedViaVisualTree && FrameworkElement.DType.IsInstanceOfType(d))