UI\MobileControls\Style.cs (4)
366return GetValue((Property)key, false, true, null);
381return GetValue((Property)key, inherit, true, null);
415value = style.GetValue(property, inherit, false, stylesEncountered);
461value = parentStyle.GetValue(property, inherit, false, null);