2 writes to AncestorType
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (1)
74
AncestorType
= ancestorType;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6759
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.RelativeSource)target).
AncestorType
= (System.Type)value; };
4 references to AncestorType
PresentationFramework (4)
src\Framework\MS\Internal\Data\ObjectRef.cs (2)
347
_relativeSource.
AncestorType
,
409
d = FindAncestorOfType(_relativeSource.
AncestorType
, _relativeSource.AncestorLevel, d, args.IsTracing);
src\Framework\System\Windows\Data\RelativeSource.cs (1)
92
if (_mode == RelativeSourceMode.FindAncestor && (
AncestorType
== null))
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6760
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.RelativeSource)target).
AncestorType
; };