2 writes to BasedOn
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6649bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Style)target).BasedOn = (System.Windows.Style)value; };
src\Framework\System\Windows\Style.cs (1)
75BasedOn = basedOn;
3 references to BasedOn
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6650bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Style)target).BasedOn; };
src\Framework\System\Windows\Style.cs (1)
627latestBasedOn = latestBasedOn.BasedOn;
src\Framework\System\Windows\StyleHelper.cs (1)
3566style = style.BasedOn;