7 references to ZIndexProperty
PresentationFramework (7)
System\Windows\Controls\Panel.cs (7)
41_zConsonant = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 876int zNew = (int)visualAdded.GetValue(ZIndexProperty); 918element.SetValue(ZIndexProperty, value); 930return ((int)element.GetValue(ZIndexProperty)); 988int zIndexDefaultValue = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 996consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1010? (int)_uiElementCollection[i].GetValue(ZIndexProperty)