7 references to ZIndexProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Panel.cs (7)
50_zConsonant = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 888int zNew = (int)visualAdded.GetValue(ZIndexProperty); 933element.SetValue(ZIndexProperty, value); 948return ((int)element.GetValue(ZIndexProperty)); 1006int zIndexDefaultValue = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 1014consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1028? (int)_uiElementCollection[i].GetValue(ZIndexProperty)