7 references to ZIndexProperty
PresentationFramework (7)
System\Windows\Controls\Panel.cs (7)
49
_zConsonant = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
884
int zNew = (int)visualAdded.GetValue(
ZIndexProperty
);
926
element.SetValue(
ZIndexProperty
, value);
938
return ((int)element.GetValue(
ZIndexProperty
));
996
int zIndexDefaultValue = (int)
ZIndexProperty
.GetDefaultValue(DependencyObjectType);
1004
consonant = (int)_uiElementCollection[0].GetValue(
ZIndexProperty
);
1018
? (int)_uiElementCollection[i].GetValue(
ZIndexProperty
)